pub enum NOSTRETCH {
Enabled = 0,
Disabled = 1,
}
Expand description
NOSTRETCH
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for NOSTRETCH
impl Eq for NOSTRETCH
impl StructuralPartialEq for NOSTRETCH
Auto Trait Implementations§
impl Freeze for NOSTRETCH
impl RefUnwindSafe for NOSTRETCH
impl Send for NOSTRETCH
impl Sync for NOSTRETCH
impl Unpin for NOSTRETCH
impl UnwindSafe for NOSTRETCH
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