#[repr(C, packed(2))]pub struct MsgPort {
pub mp_Node: Node,
pub mp_Flags: UBYTE,
pub mp_SigBit: UBYTE,
pub mp_SigTask: *mut c_void,
pub mp_MsgList: List,
}Fields§
§mp_Node: Node§mp_Flags: UBYTE§mp_SigBit: UBYTE§mp_SigTask: *mut c_void§mp_MsgList: ListTrait Implementations§
Auto Trait Implementations§
impl Freeze for MsgPort
impl RefUnwindSafe for MsgPort
impl !Send for MsgPort
impl !Sync for MsgPort
impl Unpin for MsgPort
impl UnwindSafe for MsgPort
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