#[repr(C)]pub struct DMUS_DOWNLOADINFO {
pub dwDLType: u32,
pub dwDLId: u32,
pub dwNumOffsetTableEntries: u32,
pub cbSize: u32,
}Fields§
§dwDLType: u32§dwDLId: u32§dwNumOffsetTableEntries: u32§cbSize: u32Trait Implementations§
Source§impl Abi for DMUS_DOWNLOADINFO
impl Abi for DMUS_DOWNLOADINFO
Source§type Abi = DMUS_DOWNLOADINFO
type Abi = DMUS_DOWNLOADINFO
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 DMUS_DOWNLOADINFO
impl Clone for DMUS_DOWNLOADINFO
Source§fn clone(&self) -> DMUS_DOWNLOADINFO
fn clone(&self) -> DMUS_DOWNLOADINFO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DMUS_DOWNLOADINFO
Source§impl Debug for DMUS_DOWNLOADINFO
impl Debug for DMUS_DOWNLOADINFO
Source§impl Default for DMUS_DOWNLOADINFO
impl Default for DMUS_DOWNLOADINFO
impl Eq for DMUS_DOWNLOADINFO
Auto Trait Implementations§
impl Freeze for DMUS_DOWNLOADINFO
impl RefUnwindSafe for DMUS_DOWNLOADINFO
impl Send for DMUS_DOWNLOADINFO
impl Sync for DMUS_DOWNLOADINFO
impl Unpin for DMUS_DOWNLOADINFO
impl UnsafeUnpin for DMUS_DOWNLOADINFO
impl UnwindSafe for DMUS_DOWNLOADINFO
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