Struct windows_sys::Win32::System::Ole::OLEMENUGROUPWIDTHS
[−]Expand description
Required features: "Win32_System_Ole"
Fields
width: [i32; 6]
Trait Implementations
impl Clone for OLEMENUGROUPWIDTHS
impl Clone for OLEMENUGROUPWIDTHS
impl Copy for OLEMENUGROUPWIDTHS
Auto Trait Implementations
impl RefUnwindSafe for OLEMENUGROUPWIDTHS
impl Send for OLEMENUGROUPWIDTHS
impl Sync for OLEMENUGROUPWIDTHS
impl Unpin for OLEMENUGROUPWIDTHS
impl UnwindSafe for OLEMENUGROUPWIDTHS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more