Function isException [src]

Prototype

pub fn isException(event: u32) bool

Parameters

event: u32

Source

pub fn isException(event: u32) bool { return event & (UNMOUNTED | DELETE | RENAME_TO | RENAME_FROM | MOUNTEDOVER) > 0; }