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