#[repr(C)]pub struct btrfs_ioctl_dev_info_args {
pub devid: __u64,
pub uuid: [__u8; 16],
pub bytes_used: __u64,
pub total_bytes: __u64,
pub fsid: [__u8; 16],
pub unused: [__u64; 377],
pub path: [__u8; 1024],
}
Fields§
§devid: __u64
§uuid: [__u8; 16]
§bytes_used: __u64
§total_bytes: __u64
§fsid: [__u8; 16]
§unused: [__u64; 377]
§path: [__u8; 1024]
Trait Implementations§
Source§impl Clone for btrfs_ioctl_dev_info_args
impl Clone for btrfs_ioctl_dev_info_args
Source§fn clone(&self) -> btrfs_ioctl_dev_info_args
fn clone(&self) -> btrfs_ioctl_dev_info_args
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_dev_info_args
impl Debug for btrfs_ioctl_dev_info_args
impl Copy for btrfs_ioctl_dev_info_args
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_dev_info_args
impl RefUnwindSafe for btrfs_ioctl_dev_info_args
impl Send for btrfs_ioctl_dev_info_args
impl Sync for btrfs_ioctl_dev_info_args
impl Unpin for btrfs_ioctl_dev_info_args
impl UnwindSafe for btrfs_ioctl_dev_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