Struct ACMDRVOPENDESCA
#[repr(C, packed(1))]pub struct ACMDRVOPENDESCA {
pub cbStruct: u32,
pub fccType: u32,
pub fccComp: u32,
pub dwVersion: u32,
pub dwFlags: u32,
pub dwError: u32,
pub pszSectionName: PCSTR,
pub pszAliasName: PCSTR,
pub dnDevNode: u32,
}
Fields§
§cbStruct: u32
§fccType: u32
§fccComp: u32
§dwVersion: u32
§dwFlags: u32
§dwError: u32
§pszSectionName: PCSTR
§pszAliasName: PCSTR
§dnDevNode: u32
Trait Implementations§
§impl Clone for ACMDRVOPENDESCA
impl Clone for ACMDRVOPENDESCA
§fn clone(&self) -> ACMDRVOPENDESCA
fn clone(&self) -> ACMDRVOPENDESCA
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 ACMDRVOPENDESCA
Auto Trait Implementations§
impl Freeze for ACMDRVOPENDESCA
impl RefUnwindSafe for ACMDRVOPENDESCA
impl !Send for ACMDRVOPENDESCA
impl !Sync for ACMDRVOPENDESCA
impl Unpin for ACMDRVOPENDESCA
impl UnwindSafe for ACMDRVOPENDESCA
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