Struct PROPSHEETUI_GETICON_INFO
#[repr(C)]pub struct PROPSHEETUI_GETICON_INFO {
pub cbSize: u16,
pub Flags: u16,
pub cxIcon: u16,
pub cyIcon: u16,
pub hIcon: HICON,
}
Fields§
§cbSize: u16
§Flags: u16
§cxIcon: u16
§cyIcon: u16
§hIcon: HICON
Trait Implementations§
§impl Clone for PROPSHEETUI_GETICON_INFO
impl Clone for PROPSHEETUI_GETICON_INFO
§fn clone(&self) -> PROPSHEETUI_GETICON_INFO
fn clone(&self) -> PROPSHEETUI_GETICON_INFO
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 moreimpl Copy for PROPSHEETUI_GETICON_INFO
Auto Trait Implementations§
impl Freeze for PROPSHEETUI_GETICON_INFO
impl RefUnwindSafe for PROPSHEETUI_GETICON_INFO
impl !Send for PROPSHEETUI_GETICON_INFO
impl !Sync for PROPSHEETUI_GETICON_INFO
impl Unpin for PROPSHEETUI_GETICON_INFO
impl UnwindSafe for PROPSHEETUI_GETICON_INFO
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