Struct endpointsecurity::netfs_status[][src]

#[repr(C)]
pub struct netfs_status { pub ns_status: u_int32_t, pub ns_mountopts: [c_char; 512], pub ns_waittime: u32, pub ns_threadcount: u32, pub ns_threadids: __IncompleteArrayField<u64>, }

Fields

ns_status: u_int32_tns_mountopts: [c_char; 512]ns_waittime: u32ns_threadcount: u32ns_threadids: __IncompleteArrayField<u64>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.