Struct linux_raw_sys::netlink::nla_bitfield32
source · #[repr(C)]pub struct nla_bitfield32 {
pub value: __u32,
pub selector: __u32,
}
Fields§
§value: __u32
§selector: __u32
Trait Implementations§
source§impl Clone for nla_bitfield32
impl Clone for nla_bitfield32
source§fn clone(&self) -> nla_bitfield32
fn clone(&self) -> nla_bitfield32
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 nla_bitfield32
impl Debug for nla_bitfield32
impl Copy for nla_bitfield32
Auto Trait Implementations§
impl Freeze for nla_bitfield32
impl RefUnwindSafe for nla_bitfield32
impl Send for nla_bitfield32
impl Sync for nla_bitfield32
impl Unpin for nla_bitfield32
impl UnwindSafe for nla_bitfield32
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)