Type Alias sc_file_t

Source
pub type sc_file_t = sc_file;

Aliased Type§

struct sc_file_t {
Show 22 fields pub path: sc_path, pub name: [u8; 16], pub namelen: u32, pub type_: u32, pub ef_structure: u32, pub status: u32, pub shareable: u32, pub size: u32, pub id: i32, pub sid: i32, pub acl: [*mut sc_acl_entry; 31], pub record_length: u32, pub record_count: u32, pub sec_attr: *mut u8, pub sec_attr_len: u32, pub prop_attr: *mut u8, pub prop_attr_len: u32, pub type_attr: *mut u8, pub type_attr_len: u32, pub encoded_content: *mut u8, pub encoded_content_len: u32, pub magic: u32,
}

Fields§

§path: sc_path§name: [u8; 16]§namelen: u32§type_: u32§ef_structure: u32§status: u32§shareable: u32§size: u32§id: i32§sid: i32§acl: [*mut sc_acl_entry; 31]§record_length: u32§record_count: u32§sec_attr: *mut u8§sec_attr_len: u32§prop_attr: *mut u8§prop_attr_len: u32§type_attr: *mut u8§type_attr_len: u32§encoded_content: *mut u8§encoded_content_len: u32§magic: u32