#[repr(C)]pub struct SOCKADDR_DL {
pub sdl_family: ADDRESS_FAMILY,
pub sdl_data: [UCHAR; 8],
pub sdl_zero: [UCHAR; 4],
}
Fields
sdl_family: ADDRESS_FAMILY
sdl_data: [UCHAR; 8]
sdl_zero: [UCHAR; 4]
Trait Implementations
sourceimpl Clone for SOCKADDR_DL
impl Clone for SOCKADDR_DL
sourcefn clone(&self) -> SOCKADDR_DL
fn clone(&self) -> SOCKADDR_DL
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SOCKADDR_DL
Auto Trait Implementations
impl RefUnwindSafe for SOCKADDR_DL
impl Send for SOCKADDR_DL
impl Sync for SOCKADDR_DL
impl Unpin for SOCKADDR_DL
impl UnwindSafe for SOCKADDR_DL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more