pub struct NumberType(/* private fields */);Implementations§
Source§impl NumberType
impl NumberType
pub const I8: Self
pub const I16: Self
pub const I32: Self
pub const I64: Self
pub const F32: Self
pub const F64: Self
pub const CHAR: Self
pub const SHORT: Self
pub const INT: Self
pub const LONG: Self
pub const LONG_LONG: Self
pub const FLOAT: Self
pub const DOUBLE: Self
pub const CF_INDEX: Self
pub const NS_INTEGER: Self
pub const CG_FLOAT: Self
pub const MAX: Self
Trait Implementations§
Source§impl Debug for NumberType
impl Debug for NumberType
impl Eq for NumberType
Source§impl PartialEq for NumberType
impl PartialEq for NumberType
Source§fn eq(&self, other: &NumberType) -> bool
fn eq(&self, other: &NumberType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NumberType
Auto Trait Implementations§
impl Freeze for NumberType
impl RefUnwindSafe for NumberType
impl Send for NumberType
impl Sync for NumberType
impl Unpin for NumberType
impl UnsafeUnpin for NumberType
impl UnwindSafe for NumberType
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