Struct vortex_flatbuffers::footer::Buffer
source · #[repr(transparent)]pub struct Buffer(pub [u8; 16]);
Expand description
A Buffer
is a simple container for the begin
and end
byte offsets within the file.
These offsets are absolute (i.e., relative to the start of the file).
Tuple Fields§
§0: [u8; 16]
Implementations§
Trait Implementations§
impl Copy for Buffer
impl SimpleToVerifyInSlice for Buffer
impl StructuralPartialEq for Buffer
Auto Trait Implementations§
impl Freeze for Buffer
impl RefUnwindSafe for Buffer
impl Send for Buffer
impl Sync for Buffer
impl Unpin for Buffer
impl UnwindSafe for Buffer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)