#[repr(C)]pub struct btrfs_ioctl_logical_ino_args {
pub logical: __u64,
pub size: __u64,
pub reserved: [__u64; 3],
pub flags: __u64,
pub inodes: __u64,
}
Fields§
§logical: __u64
§size: __u64
§reserved: [__u64; 3]
§flags: __u64
§inodes: __u64
Trait Implementations§
Source§impl Clone for btrfs_ioctl_logical_ino_args
impl Clone for btrfs_ioctl_logical_ino_args
Source§fn clone(&self) -> btrfs_ioctl_logical_ino_args
fn clone(&self) -> btrfs_ioctl_logical_ino_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 moreSource§impl Debug for btrfs_ioctl_logical_ino_args
impl Debug for btrfs_ioctl_logical_ino_args
impl Copy for btrfs_ioctl_logical_ino_args
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_logical_ino_args
impl RefUnwindSafe for btrfs_ioctl_logical_ino_args
impl Send for btrfs_ioctl_logical_ino_args
impl Sync for btrfs_ioctl_logical_ino_args
impl Unpin for btrfs_ioctl_logical_ino_args
impl UnwindSafe for btrfs_ioctl_logical_ino_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