#[repr(transparent)]pub struct RstgtW(pub u16);Expand description
Reset Gate Write
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for RstgtW
impl Eq for RstgtW
impl StructuralPartialEq for RstgtW
Auto Trait Implementations§
impl Freeze for RstgtW
impl RefUnwindSafe for RstgtW
impl Send for RstgtW
impl Sync for RstgtW
impl Unpin for RstgtW
impl UnwindSafe for RstgtW
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