#[repr(C, packed)]
pub struct btrfs_chunk { pub length: __le64, pub owner: __le64, pub stripe_len: __le64, pub type_: __le64, pub io_align: __le32, pub io_width: __le32, pub sector_size: __le32, pub num_stripes: __le16, pub sub_stripes: __le16, pub stripe: btrfs_stripe, }

Fields

length: __le64owner: __le64stripe_len: __le64type_: __le64io_align: __le32io_width: __le32sector_size: __le32num_stripes: __le16sub_stripes: __le16stripe: btrfs_stripe

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Calls the given closure and return the result. Read more
Calls the given closure on self.
Calls the given closure on self.
Calls the given closure if condition == true.