#[repr(C, packed(2))]pub struct gfRequest {
pub MethodID: ULONG,
pub gfr_Window: *mut Window,
}Fields§
§MethodID: ULONG§gfr_Window: *mut WindowTrait Implementations§
Auto Trait Implementations§
impl Freeze for gfRequest
impl RefUnwindSafe for gfRequest
impl !Send for gfRequest
impl !Sync for gfRequest
impl Unpin for gfRequest
impl UnwindSafe for gfRequest
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