#[repr(transparent)]pub struct RingBufferId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for RingBufferId
impl Clone for RingBufferId
Source§fn clone(&self) -> RingBufferId
fn clone(&self) -> RingBufferId
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RingBufferId
impl Debug for RingBufferId
Source§impl Deref for RingBufferId
impl Deref for RingBufferId
Source§impl<'de> Deserialize<'de> for RingBufferId
impl<'de> Deserialize<'de> for RingBufferId
Source§fn deserialize<D>(deserializer: D) -> Result<RingBufferId, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<RingBufferId, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for RingBufferId
impl Display for RingBufferId
Source§impl From<RingBufferId> for SourceId
impl From<RingBufferId> for SourceId
Source§fn from(id: RingBufferId) -> Self
fn from(id: RingBufferId) -> Self
Converts to this type from the input type.
Source§impl From<RingBufferId> for u64
impl From<RingBufferId> for u64
Source§fn from(value: RingBufferId) -> Self
fn from(value: RingBufferId) -> Self
Converts to this type from the input type.
Source§impl From<i32> for RingBufferId
impl From<i32> for RingBufferId
Source§impl From<u64> for RingBufferId
impl From<u64> for RingBufferId
Source§impl Hash for RingBufferId
impl Hash for RingBufferId
Source§impl Ord for RingBufferId
impl Ord for RingBufferId
Source§impl PartialEq<RingBufferId> for SourceId
impl PartialEq<RingBufferId> for SourceId
Source§impl PartialEq<u64> for RingBufferId
impl PartialEq<u64> for RingBufferId
Source§impl PartialEq for RingBufferId
impl PartialEq for RingBufferId
Source§impl PartialOrd for RingBufferId
impl PartialOrd for RingBufferId
Source§impl Serialize for RingBufferId
impl Serialize for RingBufferId
impl Copy for RingBufferId
impl Eq for RingBufferId
impl StructuralPartialEq for RingBufferId
Auto Trait Implementations§
impl Freeze for RingBufferId
impl RefUnwindSafe for RingBufferId
impl Send for RingBufferId
impl Sync for RingBufferId
impl Unpin for RingBufferId
impl UnwindSafe for RingBufferId
Blanket Implementations§
§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<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)