#[repr(u8)]pub enum Ssize {
WIDTH32 = 0,
WIDTH24 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Ssize
impl Ord for Ssize
Source§impl PartialOrd for Ssize
impl PartialOrd for Ssize
impl Copy for Ssize
impl Eq for Ssize
impl StructuralPartialEq for Ssize
Auto Trait Implementations§
impl Freeze for Ssize
impl RefUnwindSafe for Ssize
impl Send for Ssize
impl Sync for Ssize
impl Unpin for Ssize
impl UnwindSafe for Ssize
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