Enum 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 Copy for Cburstrw
impl Eq for Cburstrw
§impl Ord for Cburstrw
impl Ord for Cburstrw
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Cburstrw
impl PartialOrd 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 UnsafeUnpin 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