#[repr(C)]pub struct SL_NONGENUINE_UI_OPTIONS {
pub cbSize: u32,
pub pComponentId: *const GUID,
pub hResultUI: HRESULT,
}
Fields§
§cbSize: u32
§pComponentId: *const GUID
§hResultUI: HRESULT
Trait Implementations§
§impl Clone for SL_NONGENUINE_UI_OPTIONS
impl Clone for SL_NONGENUINE_UI_OPTIONS
impl Copy for SL_NONGENUINE_UI_OPTIONS
Auto Trait Implementations§
impl RefUnwindSafe for SL_NONGENUINE_UI_OPTIONS
impl !Send for SL_NONGENUINE_UI_OPTIONS
impl !Sync for SL_NONGENUINE_UI_OPTIONS
impl Unpin for SL_NONGENUINE_UI_OPTIONS
impl UnwindSafe for SL_NONGENUINE_UI_OPTIONS
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