#[repr(u32)]pub enum CmpFunction {
Never = 512,
Less = 513,
Equal = 514,
Lequal = 515,
Greater = 516,
NotEqual = 517,
Gequal = 518,
Always = 519,
}Variants§
Never = 512
Less = 513
Equal = 514
Lequal = 515
Greater = 516
NotEqual = 517
Gequal = 518
Always = 519
Trait Implementations§
Source§impl Clone for CmpFunction
impl Clone for CmpFunction
Source§fn clone(&self) -> CmpFunction
fn clone(&self) -> CmpFunction
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 CmpFunction
impl Debug for CmpFunction
Source§impl PartialEq for CmpFunction
impl PartialEq for CmpFunction
impl Copy for CmpFunction
impl Eq for CmpFunction
impl StructuralPartialEq for CmpFunction
Auto Trait Implementations§
impl Freeze for CmpFunction
impl RefUnwindSafe for CmpFunction
impl Send for CmpFunction
impl Sync for CmpFunction
impl Unpin for CmpFunction
impl UnwindSafe for CmpFunction
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