#[repr(C)]pub struct tagOLEVERB {
pub lVerb: LONG,
pub lpszVerbName: LPOLESTR,
pub fuFlags: DWORD,
pub grfAttribs: DWORD,
}Fields§
§lVerb: LONG§lpszVerbName: LPOLESTR§fuFlags: DWORD§grfAttribs: DWORDTrait Implementations§
Source§impl Clone for tagOLEVERB
impl Clone for tagOLEVERB
Source§fn clone(&self) -> tagOLEVERB
fn clone(&self) -> tagOLEVERB
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagOLEVERB
impl Debug for tagOLEVERB
impl Copy for tagOLEVERB
Auto Trait Implementations§
impl Freeze for tagOLEVERB
impl RefUnwindSafe for tagOLEVERB
impl !Send for tagOLEVERB
impl !Sync for tagOLEVERB
impl Unpin for tagOLEVERB
impl UnwindSafe for tagOLEVERB
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