Function ISPORT [src]

Prototype

pub fn ISPORT(m: u32) bool

Parameters

m: u32

Source

pub fn ISPORT(m: u32) bool { return m & IFMT == IFPORT; }