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