#[repr(C)]pub struct btrfs_ioctl_search_header {
pub transid: __u64,
pub objectid: __u64,
pub offset: __u64,
pub type_: __u32,
pub len: __u32,
}
Fields§
§transid: __u64
§objectid: __u64
§offset: __u64
§type_: __u32
§len: __u32
Trait Implementations§
Source§impl Clone for btrfs_ioctl_search_header
impl Clone for btrfs_ioctl_search_header
Source§fn clone(&self) -> btrfs_ioctl_search_header
fn clone(&self) -> btrfs_ioctl_search_header
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_search_header
impl Debug for btrfs_ioctl_search_header
impl Copy for btrfs_ioctl_search_header
Auto Trait Implementations§
impl Freeze for btrfs_ioctl_search_header
impl RefUnwindSafe for btrfs_ioctl_search_header
impl Send for btrfs_ioctl_search_header
impl Sync for btrfs_ioctl_search_header
impl Unpin for btrfs_ioctl_search_header
impl UnwindSafe for btrfs_ioctl_search_header
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