pub struct FileMapping {
pub fd: u32,
pub offset: u64,
pub flags: u32,
}Expand description
File mapping information
Fields§
§fd: u32File descriptor
offset: u64Offset in file
flags: u32Mapping flags
pub struct FileMapping {
pub fd: u32,
pub offset: u64,
pub flags: u32,
}File mapping information
fd: u32File descriptor
offset: u64Offset in file
flags: u32Mapping flags