#[repr(u32)]pub enum MailboxMsgOpcode {
CardInfo = 4,
}Variants§
CardInfo = 4
Auto Trait Implementations§
impl Freeze for MailboxMsgOpcode
impl RefUnwindSafe for MailboxMsgOpcode
impl Send for MailboxMsgOpcode
impl Sync for MailboxMsgOpcode
impl Unpin for MailboxMsgOpcode
impl UnwindSafe for MailboxMsgOpcode
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