pub struct NativeMetadataOverflowContinuationHeader {
pub next_overflow_page_id: u32,
pub chunk_bytes: u32,
}Fields§
§next_overflow_page_id: u32§chunk_bytes: u32Trait Implementations§
Source§impl Clone for NativeMetadataOverflowContinuationHeader
impl Clone for NativeMetadataOverflowContinuationHeader
Source§fn clone(&self) -> NativeMetadataOverflowContinuationHeader
fn clone(&self) -> NativeMetadataOverflowContinuationHeader
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 NativeMetadataOverflowContinuationHeader
impl Eq for NativeMetadataOverflowContinuationHeader
Source§impl PartialEq for NativeMetadataOverflowContinuationHeader
impl PartialEq for NativeMetadataOverflowContinuationHeader
Source§fn eq(&self, other: &NativeMetadataOverflowContinuationHeader) -> bool
fn eq(&self, other: &NativeMetadataOverflowContinuationHeader) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NativeMetadataOverflowContinuationHeader
Auto Trait Implementations§
impl Freeze for NativeMetadataOverflowContinuationHeader
impl RefUnwindSafe for NativeMetadataOverflowContinuationHeader
impl Send for NativeMetadataOverflowContinuationHeader
impl Sync for NativeMetadataOverflowContinuationHeader
impl Unpin for NativeMetadataOverflowContinuationHeader
impl UnsafeUnpin for NativeMetadataOverflowContinuationHeader
impl UnwindSafe for NativeMetadataOverflowContinuationHeader
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