#[repr(C)]pub union int_enable {
pub L: u32,
pub __bindgen_anon_1: int_enable__bindgen_ty_1,
}Fields§
§L: u32§__bindgen_anon_1: int_enable__bindgen_ty_1Trait Implementations§
Source§impl Clone for int_enable
impl Clone for int_enable
Source§fn clone(&self) -> int_enable
fn clone(&self) -> int_enable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for int_enable
Auto Trait Implementations§
impl Freeze for int_enable
impl RefUnwindSafe for int_enable
impl Send for int_enable
impl Sync for int_enable
impl Unpin for int_enable
impl UnsafeUnpin for int_enable
impl UnwindSafe for int_enable
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