#[repr(C)]pub struct InitCommonControlsEx {
pub size: DWORD,
pub init_common_controls: DWORD,
}Fields§
§size: DWORD§init_common_controls: DWORDImplementations§
Auto Trait Implementations§
impl Freeze for InitCommonControlsEx
impl RefUnwindSafe for InitCommonControlsEx
impl Send for InitCommonControlsEx
impl Sync for InitCommonControlsEx
impl Unpin for InitCommonControlsEx
impl UnsafeUnpin for InitCommonControlsEx
impl UnwindSafe for InitCommonControlsEx
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