#[repr(C)]pub union command_reg {
pub L: u32,
pub __bindgen_anon_1: command_reg__bindgen_ty_1,
}Fields§
§L: u32§__bindgen_anon_1: command_reg__bindgen_ty_1Trait Implementations§
Source§impl Clone for command_reg
impl Clone for command_reg
Source§fn clone(&self) -> command_reg
fn clone(&self) -> command_reg
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 moreimpl Copy for command_reg
Auto Trait Implementations§
impl Freeze for command_reg
impl RefUnwindSafe for command_reg
impl Send for command_reg
impl Sync for command_reg
impl Unpin for command_reg
impl UnwindSafe for command_reg
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