#[repr(C)]pub struct SP_SELECTDEVICE_PARAMS_A {
pub ClassInstallHeader: SP_CLASSINSTALL_HEADER,
pub Title: [CHAR; 60],
pub Instructions: [CHAR; 256],
pub ListLabel: [CHAR; 30],
pub SubTitle: [CHAR; 256],
pub Reserved: [BYTE; 2],
}
Fields§
§ClassInstallHeader: SP_CLASSINSTALL_HEADER
§Title: [CHAR; 60]
§Instructions: [CHAR; 256]
§ListLabel: [CHAR; 30]
§SubTitle: [CHAR; 256]
§Reserved: [BYTE; 2]
Trait Implementations§
Source§impl Clone for SP_SELECTDEVICE_PARAMS_A
impl Clone for SP_SELECTDEVICE_PARAMS_A
Source§fn clone(&self) -> SP_SELECTDEVICE_PARAMS_A
fn clone(&self) -> SP_SELECTDEVICE_PARAMS_A
Returns a duplicate 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 Default for SP_SELECTDEVICE_PARAMS_A
impl Default for SP_SELECTDEVICE_PARAMS_A
Source§fn default() -> SP_SELECTDEVICE_PARAMS_A
fn default() -> SP_SELECTDEVICE_PARAMS_A
Returns the “default value” for a type. Read more
impl Copy for SP_SELECTDEVICE_PARAMS_A
Auto Trait Implementations§
impl Freeze for SP_SELECTDEVICE_PARAMS_A
impl RefUnwindSafe for SP_SELECTDEVICE_PARAMS_A
impl Send for SP_SELECTDEVICE_PARAMS_A
impl Sync for SP_SELECTDEVICE_PARAMS_A
impl Unpin for SP_SELECTDEVICE_PARAMS_A
impl UnwindSafe for SP_SELECTDEVICE_PARAMS_A
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