#[repr(C)]pub struct SceKernelMsgPacket {
pub next: *mut SceKernelMsgPacket,
pub msgPriority: SceUChar,
pub dummy: [SceUChar; 3],
}Expand description
Header for a message box packet
Fields§
§next: *mut SceKernelMsgPacketPointer to next msg (used by the kernel)
msgPriority: SceUCharPriority ?
dummy: [SceUChar; 3]Trait Implementations§
Source§impl Clone for SceKernelMsgPacket
impl Clone for SceKernelMsgPacket
Source§impl Debug for SceKernelMsgPacket
impl Debug for SceKernelMsgPacket
impl Copy for SceKernelMsgPacket
Auto Trait Implementations§
impl Freeze for SceKernelMsgPacket
impl RefUnwindSafe for SceKernelMsgPacket
impl !Send for SceKernelMsgPacket
impl !Sync for SceKernelMsgPacket
impl Unpin for SceKernelMsgPacket
impl UnsafeUnpin for SceKernelMsgPacket
impl UnwindSafe for SceKernelMsgPacket
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