#[repr(C, packed(2))]pub struct gpDomain {
pub MethodID: ULONG,
pub gpd_GInfo: *mut GadgetInfo,
pub gpd_RPort: *mut RastPort,
pub gpd_Which: LONG,
pub gpd_Domain: IBox,
pub gpd_Attrs: *mut TagItem,
}Fields§
§MethodID: ULONG§gpd_GInfo: *mut GadgetInfo§gpd_RPort: *mut RastPort§gpd_Which: LONG§gpd_Domain: IBox§gpd_Attrs: *mut TagItemTrait Implementations§
Auto Trait Implementations§
impl Freeze for gpDomain
impl RefUnwindSafe for gpDomain
impl !Send for gpDomain
impl !Sync for gpDomain
impl Unpin for gpDomain
impl UnwindSafe for gpDomain
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