#[repr(transparent)]pub struct IsolationWindowT(pub [u8; 24]);Tuple Fields§
§0: [u8; 24]Implementations§
Source§impl<'a> IsolationWindowT
impl<'a> IsolationWindowT
Trait Implementations§
Source§impl Clone for IsolationWindowT
impl Clone for IsolationWindowT
Source§fn clone(&self) -> IsolationWindowT
fn clone(&self) -> IsolationWindowT
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 IsolationWindowT
impl Debug for IsolationWindowT
Source§impl Default for IsolationWindowT
impl Default for IsolationWindowT
Source§impl<'a> Follow<'a> for &'a IsolationWindowT
impl<'a> Follow<'a> for &'a IsolationWindowT
Source§impl<'a> Follow<'a> for IsolationWindowT
impl<'a> Follow<'a> for IsolationWindowT
Source§impl PartialEq for IsolationWindowT
impl PartialEq for IsolationWindowT
Source§impl<'b> Push for IsolationWindowT
impl<'b> Push for IsolationWindowT
Source§impl<'a> Verifiable for IsolationWindowT
impl<'a> Verifiable for IsolationWindowT
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 IsolationWindowT
impl SimpleToVerifyInSlice for IsolationWindowT
impl StructuralPartialEq for IsolationWindowT
Auto Trait Implementations§
impl Freeze for IsolationWindowT
impl RefUnwindSafe for IsolationWindowT
impl Send for IsolationWindowT
impl Sync for IsolationWindowT
impl Unpin for IsolationWindowT
impl UnwindSafe for IsolationWindowT
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