#[repr(C, packed(1))]pub struct btrfs_stripe_extent {
pub __bindgen_anon_1: btrfs_stripe_extent__bindgen_ty_1,
}
Fields§
§__bindgen_anon_1: btrfs_stripe_extent__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for btrfs_stripe_extent
impl RefUnwindSafe for btrfs_stripe_extent
impl Send for btrfs_stripe_extent
impl Sync for btrfs_stripe_extent
impl Unpin for btrfs_stripe_extent
impl UnwindSafe for btrfs_stripe_extent
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