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