Struct windows_sys::Win32::UI::Controls::DPASTREAMINFO
#[repr(C)]pub struct DPASTREAMINFO {
pub iPos: i32,
pub pvItem: *mut c_void,
}
Fields§
§iPos: i32
§pvItem: *mut c_void
Trait Implementations§
§impl Clone for DPASTREAMINFO
impl Clone for DPASTREAMINFO
impl Copy for DPASTREAMINFO
Auto Trait Implementations§
impl RefUnwindSafe for DPASTREAMINFO
impl !Send for DPASTREAMINFO
impl !Sync for DPASTREAMINFO
impl Unpin for DPASTREAMINFO
impl UnwindSafe for DPASTREAMINFO
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