#[repr(C)]pub struct scoutfs_alloc_root {
pub total_len: __le64,
pub root: scoutfs_btree_root,
}Fields§
§total_len: __le64§root: scoutfs_btree_rootTrait Implementations§
Source§impl Clone for scoutfs_alloc_root
impl Clone for scoutfs_alloc_root
Source§fn clone(&self) -> scoutfs_alloc_root
fn clone(&self) -> scoutfs_alloc_root
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 scoutfs_alloc_root
impl Debug for scoutfs_alloc_root
Source§impl Default for scoutfs_alloc_root
impl Default for scoutfs_alloc_root
Source§fn default() -> scoutfs_alloc_root
fn default() -> scoutfs_alloc_root
Returns the “default value” for a type. Read more
Source§impl Hash for scoutfs_alloc_root
impl Hash for scoutfs_alloc_root
Source§impl Ord for scoutfs_alloc_root
impl Ord for scoutfs_alloc_root
Source§fn cmp(&self, other: &scoutfs_alloc_root) -> Ordering
fn cmp(&self, other: &scoutfs_alloc_root) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for scoutfs_alloc_root
impl PartialEq for scoutfs_alloc_root
Source§impl PartialOrd for scoutfs_alloc_root
impl PartialOrd for scoutfs_alloc_root
impl Copy for scoutfs_alloc_root
impl Eq for scoutfs_alloc_root
impl StructuralPartialEq for scoutfs_alloc_root
Auto Trait Implementations§
impl Freeze for scoutfs_alloc_root
impl RefUnwindSafe for scoutfs_alloc_root
impl Send for scoutfs_alloc_root
impl Sync for scoutfs_alloc_root
impl Unpin for scoutfs_alloc_root
impl UnwindSafe for scoutfs_alloc_root
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