Function ISDOOR [src]

Prototype

pub fn ISDOOR(m: u32) bool

Parameters

m: u32

Source

pub fn ISDOOR(m: u32) bool { return m & IFMT == IFDOOR; }