#[repr(C)]pub struct btrfs_ioctl_get_subvol_info_args {Show 18 fields
pub treeid: __u64,
pub name: [c_char; 256],
pub parent_id: __u64,
pub dirid: __u64,
pub generation: __u64,
pub flags: __u64,
pub uuid: [__u8; 16],
pub parent_uuid: [__u8; 16],
pub received_uuid: [__u8; 16],
pub ctransid: __u64,
pub otransid: __u64,
pub stransid: __u64,
pub rtransid: __u64,
pub ctime: btrfs_ioctl_timespec,
pub otime: btrfs_ioctl_timespec,
pub stime: btrfs_ioctl_timespec,
pub rtime: btrfs_ioctl_timespec,
pub reserved: [__u64; 8],
}Fields§
§treeid: __u64§name: [c_char; 256]§parent_id: __u64§dirid: __u64§generation: __u64§flags: __u64§uuid: [__u8; 16]§parent_uuid: [__u8; 16]§received_uuid: [__u8; 16]§ctransid: __u64§otransid: __u64§stransid: __u64§rtransid: __u64§ctime: btrfs_ioctl_timespec§otime: btrfs_ioctl_timespec§stime: btrfs_ioctl_timespec§rtime: btrfs_ioctl_timespec§reserved: [__u64; 8]Trait Implementations§
Source§impl Clone for btrfs_ioctl_get_subvol_info_args
impl Clone for btrfs_ioctl_get_subvol_info_args
Source§fn clone(&self) -> btrfs_ioctl_get_subvol_info_args
fn clone(&self) -> btrfs_ioctl_get_subvol_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 moreimpl Copy for btrfs_ioctl_get_subvol_info_args
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_get_subvol_info_args
impl RefUnwindSafe for btrfs_ioctl_get_subvol_info_args
impl Send for btrfs_ioctl_get_subvol_info_args
impl Sync for btrfs_ioctl_get_subvol_info_args
impl Unpin for btrfs_ioctl_get_subvol_info_args
impl UnwindSafe for btrfs_ioctl_get_subvol_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