[][src]Struct ndless_sys::dstat

#[repr(C)]
pub struct dstat { pub unknown1: [c_char; 13], pub filepath: [c_char; 266], pub fattribute: c_uchar, pub unknown2: c_ushort, pub unknown3: c_ushort, pub unknown4: c_ushort, pub unknown5: c_ushort, pub fsize: c_ulong, pub unknown6: *mut c_void, pub unknown7: *mut c_void, pub unknown8: c_uint, pub unknown9: c_ushort, }

Fields

unknown1: [c_char; 13]filepath: [c_char; 266]fattribute: c_ucharunknown2: c_ushortunknown3: c_ushortunknown4: c_ushortunknown5: c_ushortfsize: c_ulongunknown6: *mut c_voidunknown7: *mut c_voidunknown8: c_uintunknown9: c_ushort

Trait Implementations

impl Clone for dstat[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for dstat[src]

Auto Trait Implementations

impl !Send for dstat

impl !Sync for dstat

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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