#[repr(C)]pub struct ext2fs_struct_generic_bitmap_64 {
pub magic: errcode_t,
pub fs: ext2_filsys,
pub bitmap_ops: *mut ext2_bitmap_ops,
pub flags: c_int,
pub start: __u64,
pub end: __u64,
pub real_end: __u64,
pub cluster_bits: c_int,
pub description: *mut c_char,
pub private_: *mut c_void,
pub base_error_code: errcode_t,
}Fields§
§magic: errcode_t§fs: ext2_filsys§bitmap_ops: *mut ext2_bitmap_ops§flags: c_int§start: __u64§end: __u64§real_end: __u64§cluster_bits: c_int§description: *mut c_char§private_: *mut c_void§base_error_code: errcode_tTrait Implementations§
source§impl Clone for ext2fs_struct_generic_bitmap_64
impl Clone for ext2fs_struct_generic_bitmap_64
source§fn clone(&self) -> ext2fs_struct_generic_bitmap_64
fn clone(&self) -> ext2fs_struct_generic_bitmap_64
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 moreimpl Copy for ext2fs_struct_generic_bitmap_64
Auto Trait Implementations§
impl RefUnwindSafe for ext2fs_struct_generic_bitmap_64
impl !Send for ext2fs_struct_generic_bitmap_64
impl !Sync for ext2fs_struct_generic_bitmap_64
impl Unpin for ext2fs_struct_generic_bitmap_64
impl UnwindSafe for ext2fs_struct_generic_bitmap_64
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