#[repr(C)]pub struct dld_ioc_macprop_s<T: ?Sized> {
pub pr_flags: uint_t,
pub pr_linkid: datalink_id_t,
pub pr_num: mac_prop_id_t,
pub pr_perm_flags: uint_t,
pub pr_name: [c_char; 256],
pub pr_valsize: uint_t,
pub pr_val: T,
}
Fields§
§pr_flags: uint_t
§pr_linkid: datalink_id_t
§pr_num: mac_prop_id_t
§pr_perm_flags: uint_t
§pr_name: [c_char; 256]
§pr_valsize: uint_t
§pr_val: T
Trait Implementations§
Source§impl<T: Clone + ?Sized> Clone for dld_ioc_macprop_s<T>
impl<T: Clone + ?Sized> Clone for dld_ioc_macprop_s<T>
Source§fn clone(&self) -> dld_ioc_macprop_s<T>
fn clone(&self) -> dld_ioc_macprop_s<T>
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<T: Copy + ?Sized> Copy for dld_ioc_macprop_s<T>
Auto Trait Implementations§
impl<T> Freeze for dld_ioc_macprop_s<T>
impl<T> RefUnwindSafe for dld_ioc_macprop_s<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for dld_ioc_macprop_s<T>
impl<T> Sync for dld_ioc_macprop_s<T>
impl<T> Unpin for dld_ioc_macprop_s<T>
impl<T> UnwindSafe for dld_ioc_macprop_s<T>where
T: UnwindSafe + ?Sized,
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