Struct SL_NONGENUINE_UI_OPTIONS
#[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
§fn clone(&self) -> SL_NONGENUINE_UI_OPTIONS
fn clone(&self) -> SL_NONGENUINE_UI_OPTIONS
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 SL_NONGENUINE_UI_OPTIONS
Auto Trait Implementations§
impl Freeze for SL_NONGENUINE_UI_OPTIONS
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