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