#[repr(C)]pub struct SP_INF_INFORMATION {
pub InfStyle: DWORD,
pub InfCount: DWORD,
pub VersionData: [BYTE; 1],
}
Fields§
§InfStyle: DWORD
§InfCount: DWORD
§VersionData: [BYTE; 1]
Trait Implementations§
Source§impl Clone for SP_INF_INFORMATION
impl Clone for SP_INF_INFORMATION
Source§fn clone(&self) -> SP_INF_INFORMATION
fn clone(&self) -> SP_INF_INFORMATION
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 Default for SP_INF_INFORMATION
impl Default for SP_INF_INFORMATION
Source§fn default() -> SP_INF_INFORMATION
fn default() -> SP_INF_INFORMATION
Returns the “default value” for a type. Read more
impl Copy for SP_INF_INFORMATION
Auto Trait Implementations§
impl Freeze for SP_INF_INFORMATION
impl RefUnwindSafe for SP_INF_INFORMATION
impl Send for SP_INF_INFORMATION
impl Sync for SP_INF_INFORMATION
impl Unpin for SP_INF_INFORMATION
impl UnwindSafe for SP_INF_INFORMATION
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