Struct WMPContextMenuInfo
#[repr(C)]pub struct WMPContextMenuInfo {
pub dwID: u32,
pub bstrMenuText: ManuallyDrop<BSTR>,
pub bstrHelpText: ManuallyDrop<BSTR>,
}
Fields§
§dwID: u32
§bstrMenuText: ManuallyDrop<BSTR>
§bstrHelpText: ManuallyDrop<BSTR>
Trait Implementations§
§impl Clone for WMPContextMenuInfo
impl Clone for WMPContextMenuInfo
§fn clone(&self) -> WMPContextMenuInfo
fn clone(&self) -> WMPContextMenuInfo
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 more§impl Debug for WMPContextMenuInfo
impl Debug for WMPContextMenuInfo
§impl Default for WMPContextMenuInfo
impl Default for WMPContextMenuInfo
§impl PartialEq for WMPContextMenuInfo
impl PartialEq for WMPContextMenuInfo
impl StructuralPartialEq for WMPContextMenuInfo
Auto Trait Implementations§
impl Freeze for WMPContextMenuInfo
impl RefUnwindSafe for WMPContextMenuInfo
impl !Send for WMPContextMenuInfo
impl !Sync for WMPContextMenuInfo
impl Unpin for WMPContextMenuInfo
impl UnwindSafe for WMPContextMenuInfo
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