#[repr(C, packed(2))]pub struct WBStartup {
pub sm_Message: Message,
pub sm_Process: *mut MsgPort,
pub sm_Segment: BPTR,
pub sm_NumArgs: LONG,
pub sm_ToolWindow: STRPTR,
pub sm_ArgList: *mut WBArg,
}Fields§
§sm_Message: Message§sm_Process: *mut MsgPort§sm_Segment: BPTR§sm_NumArgs: LONG§sm_ToolWindow: STRPTR§sm_ArgList: *mut WBArgTrait Implementations§
Auto Trait Implementations§
impl Freeze for WBStartup
impl RefUnwindSafe for WBStartup
impl !Send for WBStartup
impl !Sync for WBStartup
impl Unpin for WBStartup
impl UnwindSafe for WBStartup
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