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