Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_data_container
source · [−]#[repr(C)]pub struct btrfs_data_container {
pub bytes_left: __u32,
pub bytes_missing: __u32,
pub elem_cnt: __u32,
pub elem_missed: __u32,
pub val: __IncompleteArrayField<__u64>,
}
Fields
bytes_left: __u32
bytes_missing: __u32
elem_cnt: __u32
elem_missed: __u32
val: __IncompleteArrayField<__u64>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for btrfs_data_container
impl Send for btrfs_data_container
impl Sync for btrfs_data_container
impl Unpin for btrfs_data_container
impl UnwindSafe for btrfs_data_container
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more