#[repr(transparent)]pub struct LiveRegionRelevant(pub i8);Tuple Fields§
§0: i8Implementations§
Source§impl LiveRegionRelevant
impl LiveRegionRelevant
Trait Implementations§
Source§impl Clone for LiveRegionRelevant
impl Clone for LiveRegionRelevant
Source§fn clone(&self) -> LiveRegionRelevant
fn clone(&self) -> LiveRegionRelevant
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LiveRegionRelevant
impl Debug for LiveRegionRelevant
Source§impl Default for LiveRegionRelevant
impl Default for LiveRegionRelevant
Source§fn default() -> LiveRegionRelevant
fn default() -> LiveRegionRelevant
Returns the “default value” for a type. Read more
Source§impl EndianScalar for LiveRegionRelevant
impl EndianScalar for LiveRegionRelevant
Source§impl<'a> Follow<'a> for LiveRegionRelevant
impl<'a> Follow<'a> for LiveRegionRelevant
Source§impl Hash for LiveRegionRelevant
impl Hash for LiveRegionRelevant
Source§impl Ord for LiveRegionRelevant
impl Ord for LiveRegionRelevant
Source§fn cmp(&self, other: &LiveRegionRelevant) -> Ordering
fn cmp(&self, other: &LiveRegionRelevant) -> Ordering
1.21.0 · 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 LiveRegionRelevant
impl PartialEq for LiveRegionRelevant
Source§impl PartialOrd for LiveRegionRelevant
impl PartialOrd for LiveRegionRelevant
Source§impl Push for LiveRegionRelevant
impl Push for LiveRegionRelevant
Source§impl<'a> Verifiable for LiveRegionRelevant
impl<'a> Verifiable for LiveRegionRelevant
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.impl Copy for LiveRegionRelevant
impl Eq for LiveRegionRelevant
impl SimpleToVerifyInSlice for LiveRegionRelevant
impl StructuralPartialEq for LiveRegionRelevant
Auto Trait Implementations§
impl Freeze for LiveRegionRelevant
impl RefUnwindSafe for LiveRegionRelevant
impl Send for LiveRegionRelevant
impl Sync for LiveRegionRelevant
impl Unpin for LiveRegionRelevant
impl UnsafeUnpin for LiveRegionRelevant
impl UnwindSafe for LiveRegionRelevant
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