#[repr(C)]pub struct DICONFIGUREDEVICESPARAMSA {
pub dwSize: u32,
pub dwcUsers: u32,
pub lptszUserNames: PSTR,
pub dwcFormats: u32,
pub lprgFormats: *mut DIACTIONFORMATA,
pub hwnd: HWND,
pub dics: DICOLORSET,
pub lpUnkDDSTarget: Option<IUnknown>,
}Fields§
§dwSize: u32§dwcUsers: u32§lptszUserNames: PSTR§dwcFormats: u32§lprgFormats: *mut DIACTIONFORMATA§hwnd: HWND§dics: DICOLORSET§lpUnkDDSTarget: Option<IUnknown>Trait Implementations§
Source§impl Abi for DICONFIGUREDEVICESPARAMSA
impl Abi for DICONFIGUREDEVICESPARAMSA
Source§type Abi = DICONFIGUREDEVICESPARAMSA_abi
type Abi = DICONFIGUREDEVICESPARAMSA_abi
The abi representation of the implementing type. Read more
type DefaultType = DICONFIGUREDEVICESPARAMSA
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 DICONFIGUREDEVICESPARAMSA
impl Clone for DICONFIGUREDEVICESPARAMSA
Source§fn clone(&self) -> DICONFIGUREDEVICESPARAMSA
fn clone(&self) -> DICONFIGUREDEVICESPARAMSA
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 DICONFIGUREDEVICESPARAMSA
impl Debug for DICONFIGUREDEVICESPARAMSA
Source§impl Default for DICONFIGUREDEVICESPARAMSA
impl Default for DICONFIGUREDEVICESPARAMSA
impl Eq for DICONFIGUREDEVICESPARAMSA
Auto Trait Implementations§
impl Freeze for DICONFIGUREDEVICESPARAMSA
impl RefUnwindSafe for DICONFIGUREDEVICESPARAMSA
impl !Send for DICONFIGUREDEVICESPARAMSA
impl !Sync for DICONFIGUREDEVICESPARAMSA
impl Unpin for DICONFIGUREDEVICESPARAMSA
impl UnwindSafe for DICONFIGUREDEVICESPARAMSA
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