#[repr(C)]pub struct btrfs_ioctl_vol_args_v2 {
pub fd: __s64,
pub transid: __u64,
pub flags: __u64,
pub __bindgen_anon_1: btrfs_ioctl_vol_args_v2__bindgen_ty_1,
pub __bindgen_anon_2: btrfs_ioctl_vol_args_v2__bindgen_ty_2,
}
Fields§
§fd: __s64
§transid: __u64
§flags: __u64
§__bindgen_anon_1: btrfs_ioctl_vol_args_v2__bindgen_ty_1
§__bindgen_anon_2: btrfs_ioctl_vol_args_v2__bindgen_ty_2
Trait Implementations§
Source§impl Clone for btrfs_ioctl_vol_args_v2
impl Clone for btrfs_ioctl_vol_args_v2
Source§fn clone(&self) -> btrfs_ioctl_vol_args_v2
fn clone(&self) -> btrfs_ioctl_vol_args_v2
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_vol_args_v2
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_vol_args_v2
impl RefUnwindSafe for btrfs_ioctl_vol_args_v2
impl !Send for btrfs_ioctl_vol_args_v2
impl !Sync for btrfs_ioctl_vol_args_v2
impl Unpin for btrfs_ioctl_vol_args_v2
impl UnwindSafe for btrfs_ioctl_vol_args_v2
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