pub struct NativeMetadataOverflowHeader {
pub format_version: u32,
pub total_payload_bytes: u32,
pub next_overflow_page_id: u32,
}Fields§
§format_version: u32§total_payload_bytes: u32§next_overflow_page_id: u32Trait Implementations§
Source§impl Clone for NativeMetadataOverflowHeader
impl Clone for NativeMetadataOverflowHeader
Source§fn clone(&self) -> NativeMetadataOverflowHeader
fn clone(&self) -> NativeMetadataOverflowHeader
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NativeMetadataOverflowHeader
Source§impl Debug for NativeMetadataOverflowHeader
impl Debug for NativeMetadataOverflowHeader
impl Eq for NativeMetadataOverflowHeader
Source§impl PartialEq for NativeMetadataOverflowHeader
impl PartialEq for NativeMetadataOverflowHeader
Source§fn eq(&self, other: &NativeMetadataOverflowHeader) -> bool
fn eq(&self, other: &NativeMetadataOverflowHeader) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NativeMetadataOverflowHeader
Auto Trait Implementations§
impl Freeze for NativeMetadataOverflowHeader
impl RefUnwindSafe for NativeMetadataOverflowHeader
impl Send for NativeMetadataOverflowHeader
impl Sync for NativeMetadataOverflowHeader
impl Unpin for NativeMetadataOverflowHeader
impl UnsafeUnpin for NativeMetadataOverflowHeader
impl UnwindSafe for NativeMetadataOverflowHeader
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