Enum BreakBidirectionalMode
#[repr(u8)]pub enum BreakBidirectionalMode {
Input = 0,
Bidirectional = 1,
}Variants§
Input = 0
Break input tim_brk in input mode
Bidirectional = 1
Break input tim_brk in bidirectional mode
Implementations§
Trait Implementations§
§impl Ord for Bkbid
impl Ord for Bkbid
§impl PartialOrd for Bkbid
impl PartialOrd for Bkbid
impl Copy for Bkbid
impl Eq for Bkbid
impl StructuralPartialEq for Bkbid
Auto Trait Implementations§
impl Freeze for Bkbid
impl RefUnwindSafe for Bkbid
impl Send for Bkbid
impl Sync for Bkbid
impl Unpin for Bkbid
impl UnwindSafe for Bkbid
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.