pub enum ST_OnOff {
On,
Off,
}Expand description
ST_OnOff — Boolean toggle, can be represented as “true”/“false”, “1”/“0”, or attribute absence.
Variants§
Implementations§
Trait Implementations§
impl Copy for ST_OnOff
impl Eq for ST_OnOff
impl StructuralPartialEq for ST_OnOff
Auto Trait Implementations§
impl Freeze for ST_OnOff
impl RefUnwindSafe for ST_OnOff
impl Send for ST_OnOff
impl Sync for ST_OnOff
impl Unpin for ST_OnOff
impl UnsafeUnpin for ST_OnOff
impl UnwindSafe for ST_OnOff
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