Struct windows_sys::Win32::UI::Controls::DPASTREAMINFO
[−]Expand description
Required features: "Win32_UI_Controls"
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more