Struct libc::export_args
source · [−]#[repr(C)]pub struct export_args {
pub ex_flags: c_int,
pub ex_root: uid_t,
pub ex_anon: xucred,
pub ex_addr: *mut sockaddr,
pub ex_addrlen: c_int,
pub ex_mask: *mut sockaddr,
pub ex_masklen: c_int,
}
Fields
ex_flags: c_int
ex_root: uid_t
ex_anon: xucred
ex_addr: *mut sockaddr
ex_addrlen: c_int
ex_mask: *mut sockaddr
ex_masklen: c_int
Trait Implementations
sourceimpl Clone for export_args
impl Clone for export_args
sourcefn clone(&self) -> export_args
fn clone(&self) -> export_args
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for export_args
impl Debug for export_args
sourceimpl Hash for export_args
impl Hash for export_args
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
sourceimpl PartialEq<export_args> for export_args
impl PartialEq<export_args> for export_args
sourcefn eq(&self, other: &export_args) -> bool
fn eq(&self, other: &export_args) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &export_args) -> bool
fn ne(&self, other: &export_args) -> bool
This method tests for !=
.
impl Copy for export_args
impl Eq for export_args
impl StructuralEq for export_args
impl StructuralPartialEq for export_args
Auto Trait Implementations
impl RefUnwindSafe for export_args
impl !Send for export_args
impl !Sync for export_args
impl Unpin for export_args
impl UnwindSafe for export_args
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more