#[repr(C)]pub struct btrfs_ioctl_fs_info_args {
pub max_id: __u64,
pub num_devices: __u64,
pub fsid: [__u8; 16],
pub nodesize: __u32,
pub sectorsize: __u32,
pub clone_alignment: __u32,
pub csum_type: __u16,
pub csum_size: __u16,
pub flags: __u64,
pub generation: __u64,
pub metadata_uuid: [__u8; 16],
pub reserved: [__u8; 944],
}Fields§
§max_id: __u64§num_devices: __u64§fsid: [__u8; 16]§nodesize: __u32§sectorsize: __u32§clone_alignment: __u32§csum_type: __u16§csum_size: __u16§flags: __u64§generation: __u64§metadata_uuid: [__u8; 16]§reserved: [__u8; 944]Trait Implementations§
Source§impl Clone for btrfs_ioctl_fs_info_args
impl Clone for btrfs_ioctl_fs_info_args
Source§fn clone(&self) -> btrfs_ioctl_fs_info_args
fn clone(&self) -> btrfs_ioctl_fs_info_args
Returns a duplicate 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_fs_info_args
impl Debug for btrfs_ioctl_fs_info_args
impl Copy for btrfs_ioctl_fs_info_args
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_fs_info_args
impl RefUnwindSafe for btrfs_ioctl_fs_info_args
impl Send for btrfs_ioctl_fs_info_args
impl Sync for btrfs_ioctl_fs_info_args
impl Unpin for btrfs_ioctl_fs_info_args
impl UnwindSafe for btrfs_ioctl_fs_info_args
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