#[repr(C)]pub struct NlaBitfield32 {
pub value: u32,
pub selector: u32,
}
Fields§
§value: u32
§selector: u32
Trait Implementations§
Source§impl Clone for NlaBitfield32
impl Clone for NlaBitfield32
Source§fn clone(&self) -> NlaBitfield32
fn clone(&self) -> NlaBitfield32
Returns a duplicate 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 NlaBitfield32
impl Debug for NlaBitfield32
impl Copy for NlaBitfield32
Auto Trait Implementations§
impl Freeze for NlaBitfield32
impl RefUnwindSafe for NlaBitfield32
impl Send for NlaBitfield32
impl Sync for NlaBitfield32
impl Unpin for NlaBitfield32
impl UnwindSafe for NlaBitfield32
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