#[repr(u8)]pub enum FrcNoAlloc {
ENABLE = 0,
DISABLE = 1,
}Variants§
Implementations§
Source§impl FrcNoAlloc
impl FrcNoAlloc
Trait Implementations§
Source§impl Clone for FrcNoAlloc
impl Clone for FrcNoAlloc
Source§fn clone(&self) -> FrcNoAlloc
fn clone(&self) -> FrcNoAlloc
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FrcNoAlloc
impl Debug for FrcNoAlloc
Source§impl From<FrcNoAlloc> for u8
impl From<FrcNoAlloc> for u8
Source§fn from(val: FrcNoAlloc) -> u8
fn from(val: FrcNoAlloc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for FrcNoAlloc
impl From<u8> for FrcNoAlloc
Source§fn from(val: u8) -> FrcNoAlloc
fn from(val: u8) -> FrcNoAlloc
Converts to this type from the input type.
Source§impl Ord for FrcNoAlloc
impl Ord for FrcNoAlloc
Source§fn cmp(&self, other: &FrcNoAlloc) -> Ordering
fn cmp(&self, other: &FrcNoAlloc) -> Ordering
1.21.0 · 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
Source§impl PartialEq for FrcNoAlloc
impl PartialEq for FrcNoAlloc
Source§impl PartialOrd for FrcNoAlloc
impl PartialOrd for FrcNoAlloc
impl Copy for FrcNoAlloc
impl Eq for FrcNoAlloc
impl StructuralPartialEq for FrcNoAlloc
Auto Trait Implementations§
impl Freeze for FrcNoAlloc
impl RefUnwindSafe for FrcNoAlloc
impl Send for FrcNoAlloc
impl Sync for FrcNoAlloc
impl Unpin for FrcNoAlloc
impl UnwindSafe for FrcNoAlloc
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