#[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: DWORDTrait Implementations§
Source§impl Clone for _tagCODEBASEHOLD
impl Clone for _tagCODEBASEHOLD
Source§fn clone(&self) -> _tagCODEBASEHOLD
fn clone(&self) -> _tagCODEBASEHOLD
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 Debug for _tagCODEBASEHOLD
impl Debug for _tagCODEBASEHOLD
impl Copy 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