#[repr(transparent)]pub struct Outclr(pub u32);
Expand description
Clear individual bits in GPIO port
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Outclr
impl Eq for Outclr
impl StructuralPartialEq for Outclr
Auto Trait Implementations§
impl Freeze for Outclr
impl RefUnwindSafe for Outclr
impl Send for Outclr
impl Sync for Outclr
impl Unpin for Outclr
impl UnwindSafe for Outclr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)