#[repr(C)]pub struct btrfs_ioctl_feature_flags {
pub compat_flags: __u64,
pub compat_ro_flags: __u64,
pub incompat_flags: __u64,
}
Fields§
§compat_flags: __u64
§compat_ro_flags: __u64
§incompat_flags: __u64
Trait Implementations§
Source§impl Clone for btrfs_ioctl_feature_flags
impl Clone for btrfs_ioctl_feature_flags
Source§fn clone(&self) -> btrfs_ioctl_feature_flags
fn clone(&self) -> btrfs_ioctl_feature_flags
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for btrfs_ioctl_feature_flags
impl Debug for btrfs_ioctl_feature_flags
impl Copy for btrfs_ioctl_feature_flags
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