#[repr(C)]pub struct DPASTREAMINFO {
pub iPos: c_int,
pub pvItem: *mut c_void,
}
Fields§
§iPos: c_int
§pvItem: *mut c_void
Trait Implementations§
Source§impl Clone for DPASTREAMINFO
impl Clone for DPASTREAMINFO
Source§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 moreSource§impl Default for DPASTREAMINFO
impl Default for DPASTREAMINFO
Source§fn default() -> DPASTREAMINFO
fn default() -> DPASTREAMINFO
Returns the “default value” for a type. Read more
impl Copy 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