Struct SOCKADDR_DL
#[repr(C)]pub struct SOCKADDR_DL {
pub sdl_family: ADDRESS_FAMILY,
pub sdl_data: [u8; 8],
pub sdl_zero: [u8; 4],
}
Fields§
§sdl_family: ADDRESS_FAMILY
§sdl_data: [u8; 8]
§sdl_zero: [u8; 4]
Trait Implementations§
§impl Clone for SOCKADDR_DL
impl Clone for SOCKADDR_DL
§fn clone(&self) -> SOCKADDR_DL
fn clone(&self) -> SOCKADDR_DL
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 moreimpl Copy for SOCKADDR_DL
Auto Trait Implementations§
impl Freeze for SOCKADDR_DL
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§
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