Struct DIACTIONW
#[repr(C)]pub struct DIACTIONW {
pub uAppData: usize,
pub dwSemantic: u32,
pub dwFlags: u32,
pub Anonymous: DIACTIONW_0,
pub guidInstance: GUID,
pub dwObjID: u32,
pub dwHow: u32,
}
Fields§
§uAppData: usize
§dwSemantic: u32
§dwFlags: u32
§Anonymous: DIACTIONW_0
§guidInstance: GUID
§dwObjID: u32
§dwHow: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DIACTIONW
impl RefUnwindSafe for DIACTIONW
impl !Send for DIACTIONW
impl !Sync for DIACTIONW
impl Unpin for DIACTIONW
impl UnwindSafe for DIACTIONW
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