pub enum RESSIZE {
Bits32 = 0,
Bits16 = 1,
}
Expand description
RESSIZE
Value on reset: 0
Variants§
Trait Implementations§
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