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