Enum stm32_metapac::timer::vals::Bkbid
#[repr(u8)]pub enum Bkbid {
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)