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