#[repr(C)]pub struct _tagCODEBASEHOLD {
pub cbSize: ULONG,
pub szDistUnit: LPWSTR,
pub szCodeBase: LPWSTR,
pub dwVersionMS: DWORD,
pub dwVersionLS: DWORD,
pub dwStyle: DWORD,
}
Fields§
§cbSize: ULONG
§szDistUnit: LPWSTR
§szCodeBase: LPWSTR
§dwVersionMS: DWORD
§dwVersionLS: DWORD
§dwStyle: DWORD
Trait Implementations§
Source§impl Clone for _tagCODEBASEHOLD
impl Clone for _tagCODEBASEHOLD
Source§fn clone(&self) -> _tagCODEBASEHOLD
fn clone(&self) -> _tagCODEBASEHOLD
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 _tagCODEBASEHOLD
impl Debug for _tagCODEBASEHOLD
Source§impl Ord for _tagCODEBASEHOLD
impl Ord for _tagCODEBASEHOLD
Source§fn cmp(&self, other: &_tagCODEBASEHOLD) -> Ordering
fn cmp(&self, other: &_tagCODEBASEHOLD) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _tagCODEBASEHOLD
impl PartialEq for _tagCODEBASEHOLD
Source§impl PartialOrd for _tagCODEBASEHOLD
impl PartialOrd for _tagCODEBASEHOLD
impl Copy for _tagCODEBASEHOLD
impl Eq for _tagCODEBASEHOLD
impl StructuralPartialEq for _tagCODEBASEHOLD
Auto Trait Implementations§
impl Freeze for _tagCODEBASEHOLD
impl RefUnwindSafe for _tagCODEBASEHOLD
impl !Send for _tagCODEBASEHOLD
impl !Sync for _tagCODEBASEHOLD
impl Unpin for _tagCODEBASEHOLD
impl UnwindSafe for _tagCODEBASEHOLD
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