#[repr(u64)]pub enum RootEvent {
AllocNotification = 512,
AllocPage = 513,
FindService = 514,
RegisterIRQ = 515,
Shutdown = 516,
TranslateAddr = 517,
CreateChannel = 518,
JoinChannel = 519,
AllocUntyped = 520,
}
Variants§
AllocNotification = 512
AllocPage = 513
FindService = 514
RegisterIRQ = 515
Shutdown = 516
TranslateAddr = 517
CreateChannel = 518
JoinChannel = 519
AllocUntyped = 520
Trait Implementations§
Source§impl TryFrom<u64> for RootEvent
impl TryFrom<u64> for RootEvent
Source§type Error = TryFromPrimitiveError<RootEvent>
type Error = TryFromPrimitiveError<RootEvent>
The type returned in the event of a conversion error.
Source§fn try_from(number: u64) -> Result<Self, TryFromPrimitiveError<Self>>
fn try_from(number: u64) -> Result<Self, TryFromPrimitiveError<Self>>
Performs the conversion.