Enum sgx_oc::linux::ocall::AddressKind
source · pub enum AddressKind {
V4,
V6,
Pathname,
Abstract,
Unnamed,
}
Variants§
Trait Implementations§
source§impl Clone for AddressKind
impl Clone for AddressKind
source§fn clone(&self) -> AddressKind
fn clone(&self) -> AddressKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AddressKind
impl Debug for AddressKind
source§impl PartialEq for AddressKind
impl PartialEq for AddressKind
source§fn eq(&self, other: &AddressKind) -> bool
fn eq(&self, other: &AddressKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl ContiguousMemory for AddressKind
impl Copy for AddressKind
impl Eq for AddressKind
impl StructuralEq for AddressKind
impl StructuralPartialEq for AddressKind
Auto Trait Implementations§
impl RefUnwindSafe for AddressKind
impl Send for AddressKind
impl Sync for AddressKind
impl Unpin for AddressKind
impl UnwindSafe for AddressKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more