#[repr(C)]pub struct DPASTREAMINFO {
pub iPos: i32,
pub pvItem: *mut c_void,
}
Fields§
§iPos: i32
§pvItem: *mut c_void
Trait Implementations§
Source§impl Abi for DPASTREAMINFO
impl Abi for DPASTREAMINFO
Source§type Abi = DPASTREAMINFO
type Abi = DPASTREAMINFO
The abi representation of the implementing type. Read more
type DefaultType = DPASTREAMINFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Debug for DPASTREAMINFO
impl Debug for DPASTREAMINFO
Source§impl Default for DPASTREAMINFO
impl Default for DPASTREAMINFO
Source§impl PartialEq for DPASTREAMINFO
impl PartialEq for DPASTREAMINFO
impl Copy for DPASTREAMINFO
impl Eq 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