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