#[repr(C)]pub struct SMINFO {
pub dwMask: u32,
pub dwType: u32,
pub dwFlags: u32,
pub iIcon: i32,
}
Fields§
§dwMask: u32
§dwType: u32
§dwFlags: u32
§iIcon: i32
Trait Implementations§
Source§impl Abi for SMINFO
impl Abi for SMINFO
impl Copy for SMINFO
impl Eq for SMINFO
Auto Trait Implementations§
impl Freeze for SMINFO
impl RefUnwindSafe for SMINFO
impl Send for SMINFO
impl Sync for SMINFO
impl Unpin for SMINFO
impl UnwindSafe for SMINFO
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