#[repr(C)]pub struct scoutfs_alloc_list_head {
pub ref_: scoutfs_alloc_list_ref,
pub total_nr: __le64,
pub first_nr: __le32,
pub __pad: [__u8; 4],
}Fields§
§ref_: scoutfs_alloc_list_ref§total_nr: __le64§first_nr: __le32§__pad: [__u8; 4]Trait Implementations§
Source§impl Clone for scoutfs_alloc_list_head
impl Clone for scoutfs_alloc_list_head
Source§fn clone(&self) -> scoutfs_alloc_list_head
fn clone(&self) -> scoutfs_alloc_list_head
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_list_head
impl Debug for scoutfs_alloc_list_head
Source§impl Default for scoutfs_alloc_list_head
impl Default for scoutfs_alloc_list_head
Source§fn default() -> scoutfs_alloc_list_head
fn default() -> scoutfs_alloc_list_head
Returns the “default value” for a type. Read more
Source§impl Hash for scoutfs_alloc_list_head
impl Hash for scoutfs_alloc_list_head
Source§impl Ord for scoutfs_alloc_list_head
impl Ord for scoutfs_alloc_list_head
Source§fn cmp(&self, other: &scoutfs_alloc_list_head) -> Ordering
fn cmp(&self, other: &scoutfs_alloc_list_head) -> 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_list_head
impl PartialEq for scoutfs_alloc_list_head
Source§impl PartialOrd for scoutfs_alloc_list_head
impl PartialOrd for scoutfs_alloc_list_head
impl Copy for scoutfs_alloc_list_head
impl Eq for scoutfs_alloc_list_head
impl StructuralPartialEq for scoutfs_alloc_list_head
Auto Trait Implementations§
impl Freeze for scoutfs_alloc_list_head
impl RefUnwindSafe for scoutfs_alloc_list_head
impl Send for scoutfs_alloc_list_head
impl Sync for scoutfs_alloc_list_head
impl Unpin for scoutfs_alloc_list_head
impl UnwindSafe for scoutfs_alloc_list_head
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