Struct wasapi::Windows::Win32::Storage::StructuredStorage::VERSIONEDSTREAM [−][src]
Fields
guidVersion: GuidpStream: Option<IStream>Trait Implementations
impl Abi for VERSIONEDSTREAM[src]
impl Abi for VERSIONEDSTREAM[src]fn abi(&self) -> Self::Abi
fn abi(&self) -> Self::AbiCasts the Rust object to its ABI type without copying the object.
fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::AbiReturns a pointer for setting the object’s value via an ABI call.
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(&mut Param<'_, Self>)
impl Clone for VERSIONEDSTREAM[src]
impl Clone for VERSIONEDSTREAM[src]fn clone(&self) -> VERSIONEDSTREAM[src]
fn clone(&self) -> VERSIONEDSTREAM[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for VERSIONEDSTREAM[src]
impl Debug for VERSIONEDSTREAM[src]impl Default for VERSIONEDSTREAM[src]
impl Default for VERSIONEDSTREAM[src]impl PartialEq<VERSIONEDSTREAM> for VERSIONEDSTREAM[src]
impl PartialEq<VERSIONEDSTREAM> for VERSIONEDSTREAM[src]impl Eq for VERSIONEDSTREAM[src]
Auto Trait Implementations
impl RefUnwindSafe for VERSIONEDSTREAM
impl !Send for VERSIONEDSTREAM
impl !Sync for VERSIONEDSTREAM
impl Unpin for VERSIONEDSTREAM
impl UnwindSafe for VERSIONEDSTREAM
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<'a, T> IntoParam<'a, T> for T where
T: Abi,
impl<'a, T> IntoParam<'a, T> for T where
T: Abi, pub fn into_param(self) -> Param<'a, T>
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more