#[repr(C)]pub struct GBZPayload {}Expand description
Payload for the GBZ header.
Trait Implementations§
Source§impl Clone for GBZPayload
impl Clone for GBZPayload
Source§fn clone(&self) -> GBZPayload
fn clone(&self) -> GBZPayload
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 GBZPayload
Source§impl Debug for GBZPayload
impl Debug for GBZPayload
Source§impl Default for GBZPayload
impl Default for GBZPayload
Source§fn default() -> GBZPayload
fn default() -> GBZPayload
Returns the “default value” for a type. Read more
impl Eq for GBZPayload
Source§impl PartialEq for GBZPayload
impl PartialEq for GBZPayload
Source§fn eq(&self, other: &GBZPayload) -> bool
fn eq(&self, other: &GBZPayload) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Payload for GBZPayload
impl Payload for GBZPayload
Source§const TAG: u32 = 0x205A4247
const TAG: u32 = 0x205A4247
The first four bytes of the header as an unsigned little-endian integer.
Source§const MIN_VERSION: u32 = 1
const MIN_VERSION: u32 = 1
The earliest supported version.
Source§const DEFAULT_FLAGS: u64 = 0
const DEFAULT_FLAGS: u64 = 0
Binary flags that should be set by default.
impl StructuralPartialEq for GBZPayload
Auto Trait Implementations§
impl Freeze for GBZPayload
impl RefUnwindSafe for GBZPayload
impl Send for GBZPayload
impl Sync for GBZPayload
impl Unpin for GBZPayload
impl UnsafeUnpin for GBZPayload
impl UnwindSafe for GBZPayload
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