Enum Actvos
#[repr(u8)]pub enum Actvos {
Range2 = 0,
Range1 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Actvos
impl Eq for Actvos
§impl Ord for Actvos
impl Ord for Actvos
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Actvos
impl PartialOrd for Actvos
impl StructuralPartialEq for Actvos
Auto Trait Implementations§
impl Freeze for Actvos
impl RefUnwindSafe for Actvos
impl Send for Actvos
impl Sync for Actvos
impl Unpin for Actvos
impl UnsafeUnpin for Actvos
impl UnwindSafe for Actvos
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