#[repr(C, packed(1))]pub struct btrfs_inode_ref {
pub index: __le64,
pub name_len: __le16,
}
Fields§
§index: __le64
§name_len: __le16
Trait Implementations§
Source§impl Clone for btrfs_inode_ref
impl Clone for btrfs_inode_ref
Source§fn clone(&self) -> btrfs_inode_ref
fn clone(&self) -> btrfs_inode_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_inode_ref
impl Debug for btrfs_inode_ref
impl Copy for btrfs_inode_ref
Auto Trait Implementations§
impl Freeze for btrfs_inode_ref
impl RefUnwindSafe for btrfs_inode_ref
impl Send for btrfs_inode_ref
impl Sync for btrfs_inode_ref
impl Unpin for btrfs_inode_ref
impl UnwindSafe for btrfs_inode_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