#[repr(u8)]pub enum Ahb2apb1 {
ENABLED = 0,
DISABLED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Ahb2apb1
impl Ord for Ahb2apb1
Source§impl PartialOrd for Ahb2apb1
impl PartialOrd for Ahb2apb1
impl Copy for Ahb2apb1
impl Eq for Ahb2apb1
impl StructuralPartialEq for Ahb2apb1
Auto Trait Implementations§
impl Freeze for Ahb2apb1
impl RefUnwindSafe for Ahb2apb1
impl Send for Ahb2apb1
impl Sync for Ahb2apb1
impl Unpin for Ahb2apb1
impl UnwindSafe for Ahb2apb1
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