#[repr(C)]pub struct btrfs_ioctl_same_args {
pub logical_offset: __u64,
pub length: __u64,
pub dest_count: __u16,
pub reserved1: __u16,
pub reserved2: __u32,
pub info: __IncompleteArrayField<btrfs_ioctl_same_extent_info>,
}
Fields§
§logical_offset: __u64
§length: __u64
§dest_count: __u16
§reserved1: __u16
§reserved2: __u32
§info: __IncompleteArrayField<btrfs_ioctl_same_extent_info>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_same_args
impl RefUnwindSafe for btrfs_ioctl_same_args
impl Send for btrfs_ioctl_same_args
impl Sync for btrfs_ioctl_same_args
impl Unpin for btrfs_ioctl_same_args
impl UnwindSafe for btrfs_ioctl_same_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