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