pub enum Length {
Char,
Short,
Long,
LongLong,
LongDouble,
IntMax,
Size,
PointerDiff,
}
Expand description
A printf length (the l in %ld).
Variants§
Trait Implementations§
source§impl PartialEq for Length
impl PartialEq for Length
impl Copy for Length
impl Eq for Length
impl StructuralPartialEq for Length
Auto Trait Implementations§
impl RefUnwindSafe for Length
impl Send for Length
impl Sync for Length
impl Unpin for Length
impl UnwindSafe for Length
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