#[repr(C)]pub struct btrfs_util_subvolume_info {Show 16 fields
pub id: u64,
pub parent_id: u64,
pub dir_id: u64,
pub flags: u64,
pub uuid: [u8; 16],
pub parent_uuid: [u8; 16],
pub received_uuid: [u8; 16],
pub generation: u64,
pub ctransid: u64,
pub otransid: u64,
pub stransid: u64,
pub rtransid: u64,
pub ctime: timespec,
pub otime: timespec,
pub stime: timespec,
pub rtime: timespec,
}Fields§
§id: u64§parent_id: u64§dir_id: u64§flags: u64§uuid: [u8; 16]§parent_uuid: [u8; 16]§received_uuid: [u8; 16]§generation: u64§ctransid: u64§otransid: u64§stransid: u64§rtransid: u64§ctime: timespec§otime: timespec§stime: timespec§rtime: timespecTrait Implementations§
source§impl Clone for btrfs_util_subvolume_info
impl Clone for btrfs_util_subvolume_info
source§fn clone(&self) -> btrfs_util_subvolume_info
fn clone(&self) -> btrfs_util_subvolume_info
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_util_subvolume_info
impl Debug for btrfs_util_subvolume_info
impl Copy for btrfs_util_subvolume_info
Auto Trait Implementations§
impl RefUnwindSafe for btrfs_util_subvolume_info
impl Send for btrfs_util_subvolume_info
impl Sync for btrfs_util_subvolume_info
impl Unpin for btrfs_util_subvolume_info
impl UnwindSafe for btrfs_util_subvolume_info
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