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