Type Alias kernel::fs::file::Offset

source ·
pub type Offset = loff_t;
Expand description

Primitive type representing the offset within a File.

Type alias for bindings::loff_t.