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