pub enum IntTypeKind {
SByte,
Byte,
Short,
UShort,
Int,
UInt,
}
Variants§
Trait Implementations§
Source§impl Clone for IntTypeKind
impl Clone for IntTypeKind
Source§fn clone(&self) -> IntTypeKind
fn clone(&self) -> IntTypeKind
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 IntTypeKind
impl Debug for IntTypeKind
Source§impl PartialEq for IntTypeKind
impl PartialEq for IntTypeKind
impl StructuralPartialEq for IntTypeKind
Auto Trait Implementations§
impl Freeze for IntTypeKind
impl RefUnwindSafe for IntTypeKind
impl Send for IntTypeKind
impl Sync for IntTypeKind
impl Unpin for IntTypeKind
impl UnwindSafe for IntTypeKind
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