#[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§
Source§impl Clone for SOCKADDR_DL
impl Clone for SOCKADDR_DL
Source§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 moreSource§impl Default for SOCKADDR_DL
impl Default for SOCKADDR_DL
Source§fn default() -> SOCKADDR_DL
fn default() -> SOCKADDR_DL
Returns the “default value” for a type. Read more
impl 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