Enum sel4_common::message_info::MessageLabel
source · pub enum MessageLabel {
Show 39 variants
InvalidInvocation,
UntypedRetype,
TCBReadRegisters,
TCBWriteRegisters,
TCBCopyRegisters,
TCBConfigure,
TCBSetPriority,
TCBSetMCPriority,
TCBSetSchedParams,
TCBSetIPCBuffer,
TCBSetSpace,
TCBSuspend,
TCBResume,
TCBBindNotification,
TCBUnbindNotification,
TCBSetTLSBase,
CNodeRevoke,
CNodeDelete,
CNodeCancelBadgedSends,
CNodeCopy,
CNodeMint,
CNodeMove,
CNodeMutate,
CNodeRotate,
CNodeSaveCaller,
IRQIssueIRQHandler,
IRQAckIRQ,
IRQSetIRQHandler,
IRQClearIRQHandler,
DomainSetSet,
RISCVPageTableMap,
RISCVPageTableUnmap,
RISCVPageMap,
RISCVPageUnmap,
RISCVPageGetAddress,
RISCVASIDControlMakePool,
RISCVASIDPoolAssign,
RISCVIRQIssueIRQHandlerTrigger,
nArchInvocationLabels,
}
Variants§
InvalidInvocation
UntypedRetype
TCBReadRegisters
TCBWriteRegisters
TCBCopyRegisters
TCBConfigure
TCBSetPriority
TCBSetMCPriority
TCBSetSchedParams
TCBSetIPCBuffer
TCBSetSpace
TCBSuspend
TCBResume
TCBBindNotification
TCBUnbindNotification
TCBSetTLSBase
CNodeRevoke
CNodeDelete
CNodeCancelBadgedSends
CNodeCopy
CNodeMint
CNodeMove
CNodeMutate
CNodeRotate
CNodeSaveCaller
IRQIssueIRQHandler
IRQAckIRQ
IRQSetIRQHandler
IRQClearIRQHandler
DomainSetSet
RISCVPageTableMap
RISCVPageTableUnmap
RISCVPageMap
RISCVPageUnmap
RISCVPageGetAddress
RISCVASIDControlMakePool
RISCVASIDPoolAssign
RISCVIRQIssueIRQHandlerTrigger
nArchInvocationLabels
Trait Implementations§
source§impl Clone for MessageLabel
impl Clone for MessageLabel
source§fn clone(&self) -> MessageLabel
fn clone(&self) -> MessageLabel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MessageLabel
impl Debug for MessageLabel
source§impl Ord for MessageLabel
impl Ord for MessageLabel
source§fn cmp(&self, other: &MessageLabel) -> Ordering
fn cmp(&self, other: &MessageLabel) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<MessageLabel> for MessageLabel
impl PartialEq<MessageLabel> for MessageLabel
source§fn eq(&self, other: &MessageLabel) -> bool
fn eq(&self, other: &MessageLabel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<MessageLabel> for MessageLabel
impl PartialOrd<MessageLabel> for MessageLabel
source§fn partial_cmp(&self, other: &MessageLabel) -> Option<Ordering>
fn partial_cmp(&self, other: &MessageLabel) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for MessageLabel
impl Eq for MessageLabel
impl StructuralEq for MessageLabel
impl StructuralPartialEq for MessageLabel
Auto Trait Implementations§
impl RefUnwindSafe for MessageLabel
impl Send for MessageLabel
impl Sync for MessageLabel
impl Unpin for MessageLabel
impl UnwindSafe for MessageLabel
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more