pub enum CIntegralSize {
Char,
Short,
Int,
Long,
LongLong,
}Variants§
Trait Implementations§
Source§impl Clone for CIntegralSize
impl Clone for CIntegralSize
Source§fn clone(&self) -> CIntegralSize
fn clone(&self) -> CIntegralSize
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 CIntegralSize
impl Debug for CIntegralSize
Source§impl Display for CIntegralSize
impl Display for CIntegralSize
Source§impl Hash for CIntegralSize
impl Hash for CIntegralSize
Source§impl PartialEq for CIntegralSize
impl PartialEq for CIntegralSize
impl Eq for CIntegralSize
impl StructuralPartialEq for CIntegralSize
Auto Trait Implementations§
impl Freeze for CIntegralSize
impl RefUnwindSafe for CIntegralSize
impl Send for CIntegralSize
impl Sync for CIntegralSize
impl Unpin for CIntegralSize
impl UnwindSafe for CIntegralSize
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