#[repr(C)]pub struct btrfs_ioctl_feature_flags {
pub compat_flags: c_ulonglong,
pub compat_ro_flags: c_ulonglong,
pub incompat_flags: c_ulonglong,
}
Fields§
§compat_flags: c_ulonglong
§compat_ro_flags: c_ulonglong
§incompat_flags: c_ulonglong
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_feature_flags
impl RefUnwindSafe for btrfs_ioctl_feature_flags
impl Send for btrfs_ioctl_feature_flags
impl Sync for btrfs_ioctl_feature_flags
impl Unpin for btrfs_ioctl_feature_flags
impl UnwindSafe for btrfs_ioctl_feature_flags
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