#[repr(transparent)]pub struct RstgtR(pub u16);Expand description
Reset Gate Read
Tuple Fields§
§0: u16Implementations§
Source§impl RstgtR
impl RstgtR
Sourcepub const fn set_rstgtn(&mut self, val: u8)
pub const fn set_rstgtn(&mut self, val: u8)
Reset Gate Number
Sourcepub const fn set_rstgms(&mut self, val: u8)
pub const fn set_rstgms(&mut self, val: u8)
Reset Gate Domain
Sourcepub const fn set_rstgsm(&mut self, val: Rstgsm)
pub const fn set_rstgsm(&mut self, val: Rstgsm)
Reset Gate Finite State Machine
Trait Implementations§
impl Copy for RstgtR
impl Eq for RstgtR
impl StructuralPartialEq for RstgtR
Auto Trait Implementations§
impl Freeze for RstgtR
impl RefUnwindSafe for RstgtR
impl Send for RstgtR
impl Sync for RstgtR
impl Unpin for RstgtR
impl UnwindSafe for RstgtR
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