pub type zxio_seek_origin_t = u32;Trait Implementations§
Source§impl From<SeekOrigin> for zxio_seek_origin_t
impl From<SeekOrigin> for zxio_seek_origin_t
Source§fn from(origin: SeekOrigin) -> Self
fn from(origin: SeekOrigin) -> Self
Converts to this type from the input type.