Struct ModuleBindInfo
#[repr(C)]pub struct ModuleBindInfo {
pub dwAppDomainId: u32,
pub lpAssemblyIdentity: PCWSTR,
pub lpModuleName: PCWSTR,
}
Fields§
§dwAppDomainId: u32
§lpAssemblyIdentity: PCWSTR
§lpModuleName: PCWSTR
Trait Implementations§
§impl Clone for ModuleBindInfo
impl Clone for ModuleBindInfo
§fn clone(&self) -> ModuleBindInfo
fn clone(&self) -> ModuleBindInfo
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 ModuleBindInfo
Auto Trait Implementations§
impl Freeze for ModuleBindInfo
impl RefUnwindSafe for ModuleBindInfo
impl !Send for ModuleBindInfo
impl !Sync for ModuleBindInfo
impl Unpin for ModuleBindInfo
impl UnwindSafe for ModuleBindInfo
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