#[repr(C)]pub struct Unit {
pub unit_MsgPort: MsgPort,
pub unit_flags: UBYTE,
pub unit_pad: UBYTE,
pub unit_OpenCnt: UWORD,
}Fields§
§unit_MsgPort: MsgPort§unit_flags: UBYTE§unit_pad: UBYTE§unit_OpenCnt: UWORDTrait Implementations§
Auto Trait Implementations§
impl Freeze for Unit
impl RefUnwindSafe for Unit
impl !Send for Unit
impl !Sync for Unit
impl Unpin for Unit
impl UnwindSafe for Unit
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