Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_shared_data_ref
source · #[repr(C, packed)]pub struct btrfs_shared_data_ref {
pub count: __le32,
}
Fields§
§count: __le32
Trait Implementations§
source§fn clone(&self) -> btrfs_shared_data_ref
fn clone(&self) -> btrfs_shared_data_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 more