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