#[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: DWORD
Trait Implementations§
Source§impl Clone for tagOLEVERB
impl Clone for tagOLEVERB
Source§fn clone(&self) -> tagOLEVERB
fn clone(&self) -> tagOLEVERB
Returns a copy 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
Source§impl Ord for tagOLEVERB
impl Ord for tagOLEVERB
Source§fn cmp(&self, other: &tagOLEVERB) -> Ordering
fn cmp(&self, other: &tagOLEVERB) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagOLEVERB
impl PartialEq for tagOLEVERB
Source§impl PartialOrd for tagOLEVERB
impl PartialOrd for tagOLEVERB
impl Copy for tagOLEVERB
impl Eq for tagOLEVERB
impl StructuralPartialEq 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