Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_dir_item
source · [−]#[repr(C, packed)]pub struct btrfs_dir_item {
pub location: btrfs_disk_key,
pub transid: __le64,
pub data_len: __le16,
pub name_len: __le16,
pub type_: __u8,
}
Fields
location: btrfs_disk_key
transid: __le64
data_len: __le16
name_len: __le16
type_: __u8
Trait Implementations
sourceimpl Clone for btrfs_dir_item
impl Clone for btrfs_dir_item
sourcefn clone(&self) -> btrfs_dir_item
fn clone(&self) -> btrfs_dir_item
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for btrfs_dir_item
impl Debug for btrfs_dir_item
impl Copy for btrfs_dir_item
Auto Trait Implementations
impl RefUnwindSafe for btrfs_dir_item
impl Send for btrfs_dir_item
impl Sync for btrfs_dir_item
impl Unpin for btrfs_dir_item
impl UnwindSafe for btrfs_dir_item
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more