#[repr(C)]pub struct MSAAMENUINFO {
pub dwMSAASignature: DWORD,
pub cchWText: DWORD,
pub pszWText: LPWSTR,
}
Fields§
§dwMSAASignature: DWORD
§cchWText: DWORD
§pszWText: LPWSTR
Trait Implementations§
Source§impl Clone for MSAAMENUINFO
impl Clone for MSAAMENUINFO
Source§fn clone(&self) -> MSAAMENUINFO
fn clone(&self) -> MSAAMENUINFO
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 Default for MSAAMENUINFO
impl Default for MSAAMENUINFO
Source§fn default() -> MSAAMENUINFO
fn default() -> MSAAMENUINFO
Returns the “default value” for a type. Read more
impl Copy for MSAAMENUINFO
Auto Trait Implementations§
impl Freeze for MSAAMENUINFO
impl RefUnwindSafe for MSAAMENUINFO
impl !Send for MSAAMENUINFO
impl !Sync for MSAAMENUINFO
impl Unpin for MSAAMENUINFO
impl UnwindSafe for MSAAMENUINFO
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