Struct CODEBASEHOLD
#[repr(C)]pub struct CODEBASEHOLD {
pub cbSize: u32,
pub szDistUnit: PWSTR,
pub szCodeBase: PWSTR,
pub dwVersionMS: u32,
pub dwVersionLS: u32,
pub dwStyle: u32,
}
Fields§
§cbSize: u32
§szDistUnit: PWSTR
§szCodeBase: PWSTR
§dwVersionMS: u32
§dwVersionLS: u32
§dwStyle: u32
Trait Implementations§
§impl Clone for CODEBASEHOLD
impl Clone for CODEBASEHOLD
§fn clone(&self) -> CODEBASEHOLD
fn clone(&self) -> CODEBASEHOLD
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 moreimpl Copy for CODEBASEHOLD
Auto Trait Implementations§
impl Freeze for CODEBASEHOLD
impl RefUnwindSafe for CODEBASEHOLD
impl !Send for CODEBASEHOLD
impl !Sync for CODEBASEHOLD
impl Unpin for CODEBASEHOLD
impl UnwindSafe for CODEBASEHOLD
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