#[repr(C, packed(1))]pub struct btrfs_ioctl_send_args_64 {
pub send_fd: __s64,
pub clone_sources_count: __u64,
pub __bindgen_anon_1: btrfs_ioctl_send_args_64__bindgen_ty_1,
pub parent_root: __u64,
pub flags: __u64,
pub reserved: [__u64; 4],
}Fields§
§send_fd: __s64§clone_sources_count: __u64§__bindgen_anon_1: btrfs_ioctl_send_args_64__bindgen_ty_1§parent_root: __u64§flags: __u64§reserved: [__u64; 4]Trait Implementations§
Source§impl Clone for btrfs_ioctl_send_args_64
impl Clone for btrfs_ioctl_send_args_64
Source§fn clone(&self) -> btrfs_ioctl_send_args_64
fn clone(&self) -> btrfs_ioctl_send_args_64
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_send_args_64
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_send_args_64
impl RefUnwindSafe for btrfs_ioctl_send_args_64
impl !Send for btrfs_ioctl_send_args_64
impl !Sync for btrfs_ioctl_send_args_64
impl Unpin for btrfs_ioctl_send_args_64
impl UnsafeUnpin for btrfs_ioctl_send_args_64
impl UnwindSafe for btrfs_ioctl_send_args_64
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