[][src]Struct libcdio_sys::iso_rock_statbuf_s

#[repr(C, packed)]
pub struct iso_rock_statbuf_s { pub b3_rock: bool_3way_t, pub st_mode: posix_mode_t, pub st_nlinks: posix_nlink_t, pub st_uid: posix_uid_t, pub st_gid: posix_gid_t, pub s_rock_offset: u8, pub i_symlink: c_int, pub i_symlink_max: c_int, pub psz_symlink: *mut c_char, pub create: iso_rock_time_t, pub modify: iso_rock_time_t, pub access: iso_rock_time_t, pub attributes: iso_rock_time_t, pub backup: iso_rock_time_t, pub expiration: iso_rock_time_t, pub effective: iso_rock_time_t, pub i_rdev: u32, }

Fields

b3_rock: bool_3way_tst_mode: posix_mode_tst_nlinks: posix_nlink_tst_uid: posix_uid_tst_gid: posix_gid_ts_rock_offset: u8i_symlink: c_inti_symlink_max: c_intpsz_symlink: *mut c_charcreate: iso_rock_time_tmodify: iso_rock_time_taccess: iso_rock_time_tattributes: iso_rock_time_tbackup: iso_rock_time_texpiration: iso_rock_time_teffective: iso_rock_time_ti_rdev: u32

Trait Implementations

impl Copy for iso_rock_statbuf_s[src]

impl Clone for iso_rock_statbuf_s[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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