#[repr(C, packed(1))]pub struct btrfs_item {
pub key: btrfs_disk_key,
pub offset: __le32,
pub size: __le32,
}
Fields§
§key: btrfs_disk_key
§offset: __le32
§size: __le32
Trait Implementations§
Source§impl Clone for btrfs_item
impl Clone for btrfs_item
Source§fn clone(&self) -> btrfs_item
fn clone(&self) -> btrfs_item
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_item
impl Debug for btrfs_item
impl Copy for btrfs_item
Auto Trait Implementations§
impl Freeze for btrfs_item
impl RefUnwindSafe for btrfs_item
impl Send for btrfs_item
impl Sync for btrfs_item
impl Unpin for btrfs_item
impl UnwindSafe for btrfs_item
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