pub enum Mode {
PrecDouble,
PrecSingle,
PrecApprox,
}
Variants§
Trait Implementations§
Source§impl Into<u32> for Mode
impl Into<u32> for Mode
Source§fn into(self) -> gsl_mode_t
fn into(self) -> gsl_mode_t
Converts this type into the (usually inferred) input type.
Source§impl PartialOrd for Mode
impl PartialOrd for Mode
impl Copy for Mode
impl StructuralPartialEq for Mode
Auto Trait Implementations§
impl Freeze for Mode
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
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