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