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