pub enum RingBufferRoleValue {
Write,
Read,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RingBufferRoleValue
impl Clone for RingBufferRoleValue
Source§fn clone(&self) -> RingBufferRoleValue
fn clone(&self) -> RingBufferRoleValue
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RingBufferRoleValue
Source§impl Debug for RingBufferRoleValue
impl Debug for RingBufferRoleValue
impl Eq for RingBufferRoleValue
Source§impl Hash for RingBufferRoleValue
impl Hash for RingBufferRoleValue
Source§impl Ord for RingBufferRoleValue
impl Ord for RingBufferRoleValue
Source§fn cmp(&self, other: &RingBufferRoleValue) -> Ordering
fn cmp(&self, other: &RingBufferRoleValue) -> Ordering
1.21.0 (const: unstable)§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
Source§impl PartialEq for RingBufferRoleValue
impl PartialEq for RingBufferRoleValue
Source§impl PartialOrd for RingBufferRoleValue
impl PartialOrd for RingBufferRoleValue
impl StructuralPartialEq for RingBufferRoleValue
Auto Trait Implementations§
impl Freeze for RingBufferRoleValue
impl RefUnwindSafe for RingBufferRoleValue
impl Send for RingBufferRoleValue
impl Sync for RingBufferRoleValue
impl Unpin for RingBufferRoleValue
impl UnsafeUnpin for RingBufferRoleValue
impl UnwindSafe for RingBufferRoleValue
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DTwhere
ST: ?Sized,
DT: ?Sized,
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DTwhere
ST: ?Sized,
DT: ?Sized,
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)