#[repr(transparent)]pub struct Set0(pub u32);Expand description
Write: Set register for port. Read: output bits for port
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Set0
impl Eq for Set0
impl StructuralPartialEq for Set0
Auto Trait Implementations§
impl Freeze for Set0
impl RefUnwindSafe for Set0
impl Send for Set0
impl Sync for Set0
impl Unpin for Set0
impl UnwindSafe for Set0
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