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