[][src]Struct scoutfs_sys::scoutfs_ioctl_key

#[repr(C)]pub struct scoutfs_ioctl_key {
    pub _sk_first: __le64,
    pub _sk_second: __le64,
    pub _sk_third: __le64,
    pub _sk_fourth: __u8,
    pub sk_type: __u8,
    pub sk_zone: __u8,
    pub _pad: [__u8; 5],
}

Fields

_sk_first: __le64_sk_second: __le64_sk_third: __le64_sk_fourth: __u8sk_type: __u8sk_zone: __u8_pad: [__u8; 5]

Trait Implementations

impl Clone for scoutfs_ioctl_key[src]

impl Copy for scoutfs_ioctl_key[src]

impl Debug for scoutfs_ioctl_key[src]

impl Default for scoutfs_ioctl_key[src]

impl Eq for scoutfs_ioctl_key[src]

impl Hash for scoutfs_ioctl_key[src]

impl Ord for scoutfs_ioctl_key[src]

impl PartialEq<scoutfs_ioctl_key> for scoutfs_ioctl_key[src]

impl PartialOrd<scoutfs_ioctl_key> for scoutfs_ioctl_key[src]

impl StructuralEq for scoutfs_ioctl_key[src]

impl StructuralPartialEq for scoutfs_ioctl_key[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.