pub enum Stpbgrselect {
Transfer = 0,
Stop = 1,
}
Expand description
Stop at Block Gap Request
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Stpbgrselect
impl Clone for Stpbgrselect
Source§fn clone(&self) -> Stpbgrselect
fn clone(&self) -> Stpbgrselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Stpbgrselect
impl Debug for Stpbgrselect
Source§impl From<Stpbgrselect> for bool
impl From<Stpbgrselect> for bool
Source§fn from(variant: Stpbgrselect) -> Self
fn from(variant: Stpbgrselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Stpbgrselect
impl PartialEq for Stpbgrselect
impl Copy for Stpbgrselect
impl Eq for Stpbgrselect
impl StructuralPartialEq for Stpbgrselect
Auto Trait Implementations§
impl Freeze for Stpbgrselect
impl RefUnwindSafe for Stpbgrselect
impl Send for Stpbgrselect
impl Sync for Stpbgrselect
impl Unpin for Stpbgrselect
impl UnwindSafe for Stpbgrselect
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