Struct TzscCr
#[repr(transparent)]pub struct TzscCr(pub u32);Expand description
GTZC1 TZSC control register.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for TzscCr
impl Eq for TzscCr
impl StructuralPartialEq for TzscCr
Auto Trait Implementations§
impl Freeze for TzscCr
impl RefUnwindSafe for TzscCr
impl Send for TzscCr
impl Sync for TzscCr
impl Unpin for TzscCr
impl UnwindSafe for TzscCr
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