Enum stm32_metapac::fmc::vals::Cburstrw
#[repr(u8)]pub enum Cburstrw {
ASYNCHRONOUS = 0,
SYNCHRONOUS = 1,
}
Variants§
ASYNCHRONOUS = 0
Write operations are always performed in Asynchronous mode.
SYNCHRONOUS = 1
Write operations are performed in Synchronous mode.
Implementations§
Trait Implementations§
§impl Ord for Cburstrw
impl Ord for Cburstrw
§impl PartialOrd for Cburstrw
impl PartialOrd for Cburstrw
impl Copy for Cburstrw
impl Eq for Cburstrw
impl StructuralPartialEq for Cburstrw
Auto Trait Implementations§
impl Freeze for Cburstrw
impl RefUnwindSafe for Cburstrw
impl Send for Cburstrw
impl Sync for Cburstrw
impl Unpin for Cburstrw
impl UnwindSafe for Cburstrw
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
)