#[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 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 tagOleMenuGroupWidths
impl Debug for tagOleMenuGroupWidths
impl Copy 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