Struct DLSVERSION
#[repr(C)]pub struct DLSVERSION {
pub dwVersionMS: u32,
pub dwVersionLS: u32,
}Fields§
§dwVersionMS: u32§dwVersionLS: u32Trait Implementations§
§impl Clone for DLSVERSION
impl Clone for DLSVERSION
§fn clone(&self) -> DLSVERSION
fn clone(&self) -> DLSVERSION
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 more§impl Debug for DLSVERSION
impl Debug for DLSVERSION
§impl Default for DLSVERSION
impl Default for DLSVERSION
§fn default() -> DLSVERSION
fn default() -> DLSVERSION
Returns the “default value” for a type. Read more
§impl PartialEq for DLSVERSION
impl PartialEq for DLSVERSION
impl Copy for DLSVERSION
impl StructuralPartialEq for DLSVERSION
Auto Trait Implementations§
impl Freeze for DLSVERSION
impl RefUnwindSafe for DLSVERSION
impl Send for DLSVERSION
impl Sync for DLSVERSION
impl Unpin for DLSVERSION
impl UnwindSafe for DLSVERSION
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