#[repr(transparent)]pub struct Swictla(pub u32);Expand description
Switch Control A
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Swictla
impl Eq for Swictla
impl StructuralPartialEq for Swictla
Auto Trait Implementations§
impl Freeze for Swictla
impl RefUnwindSafe for Swictla
impl Send for Swictla
impl Sync for Swictla
impl Unpin for Swictla
impl UnwindSafe for Swictla
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