Struct DICONFIGUREDEVICESPARAMSA
#[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: *mut c_void,
}
Fields§
§dwSize: u32
§dwcUsers: u32
§lptszUserNames: PSTR
§dwcFormats: u32
§lprgFormats: *mut DIACTIONFORMATA
§hwnd: HWND
§dics: DICOLORSET
§lpUnkDDSTarget: *mut c_void
Trait Implementations§
§impl Clone for DICONFIGUREDEVICESPARAMSA
impl Clone for DICONFIGUREDEVICESPARAMSA
§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 moreimpl Copy 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