#[repr(C)]pub struct scoutfs_key {
pub _sk_first: __le64,
pub _sk_second: __le64,
pub _sk_third: __le64,
pub _sk_fourth: __u8,
pub sk_zone: __u8,
pub sk_type: __u8,
pub __pad: [__u8; 5],
}Fields§
§_sk_first: __le64§_sk_second: __le64§_sk_third: __le64§_sk_fourth: __u8§sk_zone: __u8§sk_type: __u8§__pad: [__u8; 5]Trait Implementations§
Source§impl Clone for scoutfs_key
impl Clone for scoutfs_key
Source§fn clone(&self) -> scoutfs_key
fn clone(&self) -> scoutfs_key
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_key
impl Debug for scoutfs_key
Source§impl Default for scoutfs_key
impl Default for scoutfs_key
Source§fn default() -> scoutfs_key
fn default() -> scoutfs_key
Returns the “default value” for a type. Read more
Source§impl Hash for scoutfs_key
impl Hash for scoutfs_key
Source§impl Ord for scoutfs_key
impl Ord for scoutfs_key
Source§fn cmp(&self, other: &scoutfs_key) -> Ordering
fn cmp(&self, other: &scoutfs_key) -> 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_key
impl PartialEq for scoutfs_key
Source§impl PartialOrd for scoutfs_key
impl PartialOrd for scoutfs_key
impl Copy for scoutfs_key
impl Eq for scoutfs_key
impl StructuralPartialEq for scoutfs_key
Auto Trait Implementations§
impl Freeze for scoutfs_key
impl RefUnwindSafe for scoutfs_key
impl Send for scoutfs_key
impl Sync for scoutfs_key
impl Unpin for scoutfs_key
impl UnwindSafe for scoutfs_key
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