#[repr(C)]pub struct btrfs_ioctl_get_subvol_rootref_args {
pub min_treeid: __u64,
pub rootref: [btrfs_ioctl_get_subvol_rootref_args__bindgen_ty_1; 255],
pub num_items: __u8,
pub align: [__u8; 7],
}
Fields§
§min_treeid: __u64
§rootref: [btrfs_ioctl_get_subvol_rootref_args__bindgen_ty_1; 255]
§num_items: __u8
§align: [__u8; 7]
Trait Implementations§
Source§impl Clone for btrfs_ioctl_get_subvol_rootref_args
impl Clone for btrfs_ioctl_get_subvol_rootref_args
Source§fn clone(&self) -> btrfs_ioctl_get_subvol_rootref_args
fn clone(&self) -> btrfs_ioctl_get_subvol_rootref_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 moreimpl Copy for btrfs_ioctl_get_subvol_rootref_args
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_get_subvol_rootref_args
impl RefUnwindSafe for btrfs_ioctl_get_subvol_rootref_args
impl Send for btrfs_ioctl_get_subvol_rootref_args
impl Sync for btrfs_ioctl_get_subvol_rootref_args
impl Unpin for btrfs_ioctl_get_subvol_rootref_args
impl UnwindSafe for btrfs_ioctl_get_subvol_rootref_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