#[repr(transparent)]pub struct TimelineBlockKind(pub u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Clone for TimelineBlockKind
impl Clone for TimelineBlockKind
Source§fn clone(&self) -> TimelineBlockKind
fn clone(&self) -> TimelineBlockKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TimelineBlockKind
Source§impl Debug for TimelineBlockKind
impl Debug for TimelineBlockKind
Source§impl Default for TimelineBlockKind
impl Default for TimelineBlockKind
Source§fn default() -> TimelineBlockKind
fn default() -> TimelineBlockKind
Returns the “default value” for a type. Read more
Source§impl EndianScalar for TimelineBlockKind
impl EndianScalar for TimelineBlockKind
impl Eq for TimelineBlockKind
Source§impl<'a> Follow<'a> for TimelineBlockKind
impl<'a> Follow<'a> for TimelineBlockKind
Source§impl Hash for TimelineBlockKind
impl Hash for TimelineBlockKind
Source§impl Ord for TimelineBlockKind
impl Ord for TimelineBlockKind
Source§fn cmp(&self, other: &TimelineBlockKind) -> Ordering
fn cmp(&self, other: &TimelineBlockKind) -> Ordering
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
Source§impl PartialEq for TimelineBlockKind
impl PartialEq for TimelineBlockKind
Source§fn eq(&self, other: &TimelineBlockKind) -> bool
fn eq(&self, other: &TimelineBlockKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TimelineBlockKind
impl PartialOrd for TimelineBlockKind
Source§impl Push for TimelineBlockKind
impl Push for TimelineBlockKind
impl SimpleToVerifyInSlice for TimelineBlockKind
impl StructuralPartialEq for TimelineBlockKind
Source§impl<'a> Verifiable for TimelineBlockKind
impl<'a> Verifiable for TimelineBlockKind
Source§fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize,
) -> Result<(), InvalidFlatbuffer>
fn run_verifier( v: &mut Verifier<'_, '_>, pos: usize, ) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos in the verifier’s buffer.
Should not need to be called directly.Auto Trait Implementations§
impl Freeze for TimelineBlockKind
impl RefUnwindSafe for TimelineBlockKind
impl Send for TimelineBlockKind
impl Sync for TimelineBlockKind
impl Unpin for TimelineBlockKind
impl UnsafeUnpin for TimelineBlockKind
impl UnwindSafe for TimelineBlockKind
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.