#[repr(C)]pub struct dtGoto {
pub MethodID: ULONG,
pub dtg_GInfo: *mut GadgetInfo,
pub dtg_NodeName: STRPTR,
pub dtg_AttrList: *mut TagItem,
}Fields§
§MethodID: ULONG§dtg_GInfo: *mut GadgetInfo§dtg_NodeName: STRPTR§dtg_AttrList: *mut TagItemTrait Implementations§
Auto Trait Implementations§
impl !Send for dtGoto
impl !Sync for dtGoto
impl Freeze for dtGoto
impl RefUnwindSafe for dtGoto
impl Unpin for dtGoto
impl UnsafeUnpin for dtGoto
impl UnwindSafe for dtGoto
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