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