#[repr(C)]pub struct sockaddr_ctl {
pub sc_len: c_uchar,
pub sc_family: c_uchar,
pub ss_sysaddr: uint16_t,
pub sc_id: uint32_t,
pub sc_unit: uint32_t,
pub sc_reserved: [uint32_t; 5],
}Fields§
§sc_len: c_uchar§sc_family: c_uchar§ss_sysaddr: uint16_t§sc_id: uint32_t§sc_unit: uint32_t§sc_reserved: [uint32_t; 5]Trait Implementations§
Source§impl Clone for sockaddr_ctl
impl Clone for sockaddr_ctl
Source§fn clone(&self) -> sockaddr_ctl
fn clone(&self) -> sockaddr_ctl
Returns a duplicate 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 sockaddr_ctl
impl Debug for sockaddr_ctl
Source§impl Hash for sockaddr_ctl
impl Hash for sockaddr_ctl
Source§impl PartialEq for sockaddr_ctl
impl PartialEq for sockaddr_ctl
impl Copy for sockaddr_ctl
impl Eq for sockaddr_ctl
impl StructuralPartialEq for sockaddr_ctl
Auto Trait Implementations§
impl Freeze for sockaddr_ctl
impl RefUnwindSafe for sockaddr_ctl
impl Send for sockaddr_ctl
impl Sync for sockaddr_ctl
impl Unpin for sockaddr_ctl
impl UnwindSafe for sockaddr_ctl
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