pub struct FullRdmpHeader64 {
pub hdr: RdmpHeader64,
pub number_of_ranges: u32,
pub total_number_of_pages: u64,
/* private fields */
}Fields§
§hdr: RdmpHeader64§number_of_ranges: u32§total_number_of_pages: u64Trait Implementations§
Source§impl Debug for FullRdmpHeader64
impl Debug for FullRdmpHeader64
Source§impl Default for FullRdmpHeader64
impl Default for FullRdmpHeader64
Source§fn default() -> FullRdmpHeader64
fn default() -> FullRdmpHeader64
Returns the “default value” for a type. Read more
impl Pod for FullRdmpHeader64
Auto Trait Implementations§
impl Freeze for FullRdmpHeader64
impl RefUnwindSafe for FullRdmpHeader64
impl Send for FullRdmpHeader64
impl Sync for FullRdmpHeader64
impl Unpin for FullRdmpHeader64
impl UnwindSafe for FullRdmpHeader64
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