#[repr(C)]pub struct dld_ioc_macaddrget {
pub dig_linkid: datalink_id_t,
pub dig_count: uint_t,
pub dig_size: uint_t,
}
Fields§
§dig_linkid: datalink_id_t
§dig_count: uint_t
§dig_size: uint_t
Trait Implementations§
Source§impl Clone for dld_ioc_macaddrget
impl Clone for dld_ioc_macaddrget
Source§fn clone(&self) -> dld_ioc_macaddrget
fn clone(&self) -> dld_ioc_macaddrget
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 Debug for dld_ioc_macaddrget
impl Debug for dld_ioc_macaddrget
impl Copy for dld_ioc_macaddrget
Auto Trait Implementations§
impl Freeze for dld_ioc_macaddrget
impl RefUnwindSafe for dld_ioc_macaddrget
impl Send for dld_ioc_macaddrget
impl Sync for dld_ioc_macaddrget
impl Unpin for dld_ioc_macaddrget
impl UnwindSafe for dld_ioc_macaddrget
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