pub type c_short = i16;Trait Implementations§
Source§impl From<FcntlLockType> for c_short
impl From<FcntlLockType> for c_short
Source§fn from(locktype: FcntlLockType) -> c_short
fn from(locktype: FcntlLockType) -> c_short
Converts to this type from the input type.