Enum stm32_metapac::icache::vals::Hburst
#[repr(u8)]pub enum Hburst {
WRAP = 0,
INCREMENT = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Hburst
impl Ord for Hburst
§impl PartialOrd for Hburst
impl PartialOrd for Hburst
impl Copy for Hburst
impl Eq for Hburst
impl StructuralPartialEq for Hburst
Auto Trait Implementations§
impl Freeze for Hburst
impl RefUnwindSafe for Hburst
impl Send for Hburst
impl Sync for Hburst
impl Unpin for Hburst
impl UnwindSafe for Hburst
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
)