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