Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_root_ref
source · #[repr(C, packed)]pub struct btrfs_root_ref {
pub dirid: __le64,
pub sequence: __le64,
pub name_len: __le16,
}
Fields§
§dirid: __le64
§sequence: __le64
§name_len: __le16
Trait Implementations§
source§impl Clone for btrfs_root_ref
impl Clone for btrfs_root_ref
source§fn clone(&self) -> btrfs_root_ref
fn clone(&self) -> btrfs_root_ref
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_root_ref
impl Debug for btrfs_root_ref
impl Copy for btrfs_root_ref
Auto Trait Implementations§
impl RefUnwindSafe for btrfs_root_ref
impl Send for btrfs_root_ref
impl Sync for btrfs_root_ref
impl Unpin for btrfs_root_ref
impl UnwindSafe for btrfs_root_ref
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