#[repr(transparent)]pub struct ExpandDir(pub u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl EndianScalar for ExpandDir
impl EndianScalar for ExpandDir
Source§impl Ord for ExpandDir
impl Ord for ExpandDir
Source§impl PartialOrd for ExpandDir
impl PartialOrd for ExpandDir
Source§impl<'a> Verifiable for ExpandDir
impl<'a> Verifiable for ExpandDir
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 ExpandDir
impl Eq for ExpandDir
impl SimpleToVerifyInSlice for ExpandDir
impl StructuralPartialEq for ExpandDir
Auto Trait Implementations§
impl Freeze for ExpandDir
impl RefUnwindSafe for ExpandDir
impl Send for ExpandDir
impl Sync for ExpandDir
impl Unpin for ExpandDir
impl UnsafeUnpin for ExpandDir
impl UnwindSafe for ExpandDir
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