pub enum CBURSTRW {
Disabled = 0,
Enabled = 1,
}Expand description
CBURSTRW
Value on reset: 0
Variants§
Disabled = 0
0: Write operations are always performed in asynchronous mode
Enabled = 1
1: Write operations are performed in synchronous mode
Trait Implementations§
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