Struct Afcntr
#[repr(transparent)]pub struct Afcntr(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Afcntr
impl Afcntr
pub const NOTCONTROLLED: Self
pub const NOTCONTROLLED: Self
Peripheral takes no control of GPIOs while disabled
pub const CONTROLLED: Self
pub const CONTROLLED: Self
Peripheral controls GPIOs while disabled
Trait Implementations§
§impl Ord for Afcntr
impl Ord for Afcntr
§impl PartialOrd for Afcntr
impl PartialOrd for Afcntr
impl Copy for Afcntr
impl Eq for Afcntr
impl StructuralPartialEq for Afcntr
Auto Trait Implementations§
impl Freeze for Afcntr
impl RefUnwindSafe for Afcntr
impl Send for Afcntr
impl Sync for Afcntr
impl Unpin for Afcntr
impl UnwindSafe for Afcntr
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