Enum Gldok
pub enum Gldok {
_0 = 0,
_1 = 1,
}Expand description
Global Load OK
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Gldok
impl Eq for Gldok
impl StructuralPartialEq for Gldok
Auto Trait Implementations§
impl Freeze for Gldok
impl RefUnwindSafe for Gldok
impl Send for Gldok
impl Sync for Gldok
impl Unpin for Gldok
impl UnwindSafe for Gldok
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