#[repr(C)]pub struct DICONFIGUREDEVICESPARAMSW {
pub dwSize: u32,
pub dwcUsers: u32,
pub lptszUserNames: PWSTR,
pub dwcFormats: u32,
pub lprgFormats: *mut DIACTIONFORMATW,
pub hwnd: HWND,
pub dics: DICOLORSET,
pub lpUnkDDSTarget: Option<IUnknown>,
}Fields§
§dwSize: u32§dwcUsers: u32§lptszUserNames: PWSTR§dwcFormats: u32§lprgFormats: *mut DIACTIONFORMATW§hwnd: HWND§dics: DICOLORSET§lpUnkDDSTarget: Option<IUnknown>Trait Implementations§
Source§impl Abi for DICONFIGUREDEVICESPARAMSW
impl Abi for DICONFIGUREDEVICESPARAMSW
Source§type Abi = DICONFIGUREDEVICESPARAMSW_abi
type Abi = DICONFIGUREDEVICESPARAMSW_abi
The abi representation of the implementing type. Read more
type DefaultType = DICONFIGUREDEVICESPARAMSW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DICONFIGUREDEVICESPARAMSW
impl Clone for DICONFIGUREDEVICESPARAMSW
Source§fn clone(&self) -> DICONFIGUREDEVICESPARAMSW
fn clone(&self) -> DICONFIGUREDEVICESPARAMSW
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 moreSource§impl Debug for DICONFIGUREDEVICESPARAMSW
impl Debug for DICONFIGUREDEVICESPARAMSW
Source§impl Default for DICONFIGUREDEVICESPARAMSW
impl Default for DICONFIGUREDEVICESPARAMSW
impl Eq for DICONFIGUREDEVICESPARAMSW
Auto Trait Implementations§
impl Freeze for DICONFIGUREDEVICESPARAMSW
impl RefUnwindSafe for DICONFIGUREDEVICESPARAMSW
impl !Send for DICONFIGUREDEVICESPARAMSW
impl !Sync for DICONFIGUREDEVICESPARAMSW
impl Unpin for DICONFIGUREDEVICESPARAMSW
impl UnwindSafe for DICONFIGUREDEVICESPARAMSW
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