Struct 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
§fn clone(&self) -> DPASTREAMINFO
fn clone(&self) -> DPASTREAMINFO
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 more§impl Debug for DPASTREAMINFO
impl Debug for DPASTREAMINFO
§impl Default for DPASTREAMINFO
impl Default for DPASTREAMINFO
§impl PartialEq for DPASTREAMINFO
impl PartialEq for DPASTREAMINFO
impl Copy for DPASTREAMINFO
impl StructuralPartialEq for DPASTREAMINFO
Auto Trait Implementations§
impl Freeze for DPASTREAMINFO
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