#[repr(C)]pub struct bktr_superblock_t {
pub ivfc_header: ivfc_hdr_t,
pub _0xE0: [u8; 24],
pub relocation_header: bktr_header_t,
pub subsection_header: bktr_header_t,
}Fields§
§ivfc_header: ivfc_hdr_t§_0xE0: [u8; 24]§relocation_header: bktr_header_t§subsection_header: bktr_header_tTrait Implementations§
Source§impl Clone for bktr_superblock_t
impl Clone for bktr_superblock_t
Source§fn clone(&self) -> bktr_superblock_t
fn clone(&self) -> bktr_superblock_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for bktr_superblock_t
impl Debug for bktr_superblock_t
Source§impl Default for bktr_superblock_t
impl Default for bktr_superblock_t
Source§fn default() -> bktr_superblock_t
fn default() -> bktr_superblock_t
Returns the “default value” for a type. Read more
impl Copy for bktr_superblock_t
Auto Trait Implementations§
impl Freeze for bktr_superblock_t
impl RefUnwindSafe for bktr_superblock_t
impl Send for bktr_superblock_t
impl Sync for bktr_superblock_t
impl Unpin for bktr_superblock_t
impl UnwindSafe for bktr_superblock_t
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