#[repr(C)]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 !Send for opSet
impl !Sync for opSet
impl Freeze for opSet
impl RefUnwindSafe for opSet
impl Unpin for opSet
impl UnsafeUnpin 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