#[repr(C)]pub struct btrfs_stripe_extent__bindgen_ty_1 {
pub __empty_strides: btrfs_stripe_extent__bindgen_ty_1__bindgen_ty_1,
pub strides: __IncompleteArrayField<btrfs_raid_stride>,
}
Fields§
§__empty_strides: btrfs_stripe_extent__bindgen_ty_1__bindgen_ty_1
§strides: __IncompleteArrayField<btrfs_raid_stride>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for btrfs_stripe_extent__bindgen_ty_1
impl RefUnwindSafe for btrfs_stripe_extent__bindgen_ty_1
impl Send for btrfs_stripe_extent__bindgen_ty_1
impl Sync for btrfs_stripe_extent__bindgen_ty_1
impl Unpin for btrfs_stripe_extent__bindgen_ty_1
impl UnwindSafe for btrfs_stripe_extent__bindgen_ty_1
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