Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_tree_block_info
source · #[repr(C, packed)]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 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