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