#[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: u32Trait Implementations§
Source§impl Abi for CODEBASEHOLD
impl Abi for CODEBASEHOLD
Source§type Abi = CODEBASEHOLD
type Abi = CODEBASEHOLD
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for CODEBASEHOLD
impl Clone for CODEBASEHOLD
Source§fn clone(&self) -> CODEBASEHOLD
fn clone(&self) -> CODEBASEHOLD
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 CODEBASEHOLD
impl Debug for CODEBASEHOLD
Source§impl Default for CODEBASEHOLD
impl Default for CODEBASEHOLD
Source§impl PartialEq for CODEBASEHOLD
impl PartialEq for CODEBASEHOLD
impl Copy for CODEBASEHOLD
impl Eq 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