Struct windows_sys::Win32::System::Ole::OLEMENUGROUPWIDTHS
#[repr(C)]pub struct OLEMENUGROUPWIDTHS {
pub width: [i32; 6],
}
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§
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