#[repr(C)]pub struct tagOleMenuGroupWidths {
pub width: [LONG; 6],
}
Fields§
§width: [LONG; 6]
Trait Implementations§
Source§impl Clone for tagOleMenuGroupWidths
impl Clone for tagOleMenuGroupWidths
Source§fn clone(&self) -> tagOleMenuGroupWidths
fn clone(&self) -> tagOleMenuGroupWidths
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 tagOleMenuGroupWidths
impl Debug for tagOleMenuGroupWidths
Source§impl Ord for tagOleMenuGroupWidths
impl Ord for tagOleMenuGroupWidths
Source§fn cmp(&self, other: &tagOleMenuGroupWidths) -> Ordering
fn cmp(&self, other: &tagOleMenuGroupWidths) -> 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 tagOleMenuGroupWidths
impl PartialEq for tagOleMenuGroupWidths
Source§impl PartialOrd for tagOleMenuGroupWidths
impl PartialOrd for tagOleMenuGroupWidths
impl Copy for tagOleMenuGroupWidths
impl Eq for tagOleMenuGroupWidths
impl StructuralPartialEq for tagOleMenuGroupWidths
Auto Trait Implementations§
impl Freeze for tagOleMenuGroupWidths
impl RefUnwindSafe for tagOleMenuGroupWidths
impl Send for tagOleMenuGroupWidths
impl Sync for tagOleMenuGroupWidths
impl Unpin for tagOleMenuGroupWidths
impl UnwindSafe for tagOleMenuGroupWidths
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