#[repr(transparent)]pub struct RstN(pub u32);Expand description
Hardware Reset
Tuple Fields§
§0: u32Implementations§
Source§impl RstN
impl RstN
Sourcepub const fn card_reset(&self) -> bool
pub const fn card_reset(&self) -> bool
Hardware reset.
Sourcepub const fn set_card_reset(&mut self, val: bool)
pub const fn set_card_reset(&mut self, val: bool)
Hardware reset.
Trait Implementations§
impl Copy for RstN
impl Eq for RstN
impl StructuralPartialEq for RstN
Auto Trait Implementations§
impl Freeze for RstN
impl RefUnwindSafe for RstN
impl Send for RstN
impl Sync for RstN
impl Unpin for RstN
impl UnwindSafe for RstN
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