#[repr(C)]pub struct VERSIONEDSTREAM {
pub guidVersion: Guid,
pub pStream: Option<IStream>,
}
Fields§
§guidVersion: Guid
§pStream: Option<IStream>
Trait Implementations§
Source§impl Abi for VERSIONEDSTREAM
impl Abi for VERSIONEDSTREAM
type DefaultType = VERSIONEDSTREAM
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 VERSIONEDSTREAM
impl Clone for VERSIONEDSTREAM
Source§fn clone(&self) -> VERSIONEDSTREAM
fn clone(&self) -> VERSIONEDSTREAM
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 VERSIONEDSTREAM
impl Debug for VERSIONEDSTREAM
Source§impl Default for VERSIONEDSTREAM
impl Default for VERSIONEDSTREAM
Source§impl PartialEq for VERSIONEDSTREAM
impl PartialEq for VERSIONEDSTREAM
impl Eq for VERSIONEDSTREAM
Auto Trait Implementations§
impl Freeze for VERSIONEDSTREAM
impl RefUnwindSafe for VERSIONEDSTREAM
impl !Send for VERSIONEDSTREAM
impl !Sync for VERSIONEDSTREAM
impl Unpin for VERSIONEDSTREAM
impl UnwindSafe for VERSIONEDSTREAM
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