pub struct IPersistStream(/* private fields */);Implementations§
Source§impl IPersistStream
impl IPersistStream
pub unsafe fn GetClassID(&self, pclassid: *mut Guid) -> ErrorCode
pub unsafe fn IsDirty(&self) -> ErrorCode
pub unsafe fn Load<'a, T0__: IntoParam<'a, IStream>>( &self, pstm: T0__, ) -> ErrorCode
pub unsafe fn Save<'a, T0__: IntoParam<'a, IStream>, T1__: IntoParam<'a, BOOL>>( &self, pstm: T0__, fcleardirty: T1__, ) -> ErrorCode
pub unsafe fn GetSizeMax(&self, pcbsize: *mut u64) -> ErrorCode
Trait Implementations§
Source§impl Clone for IPersistStream
impl Clone for IPersistStream
Source§fn clone(&self) -> IPersistStream
fn clone(&self) -> IPersistStream
Returns a duplicate 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 IPersistStream
impl Debug for IPersistStream
Source§impl From<&IMoniker> for IPersistStream
impl From<&IMoniker> for IPersistStream
Source§impl From<&IPersistStream> for IPersist
impl From<&IPersistStream> for IPersist
Source§fn from(value: &IPersistStream) -> Self
fn from(value: &IPersistStream) -> Self
Converts to this type from the input type.
Source§impl From<&IPersistStream> for IUnknown
impl From<&IPersistStream> for IUnknown
Source§fn from(value: &IPersistStream) -> Self
fn from(value: &IPersistStream) -> Self
Converts to this type from the input type.
Source§impl From<IMoniker> for IPersistStream
impl From<IMoniker> for IPersistStream
Source§impl From<IPersistStream> for IPersist
impl From<IPersistStream> for IPersist
Source§fn from(value: IPersistStream) -> Self
fn from(value: IPersistStream) -> Self
Converts to this type from the input type.
Source§impl From<IPersistStream> for IUnknown
impl From<IPersistStream> for IUnknown
Source§fn from(value: IPersistStream) -> Self
fn from(value: IPersistStream) -> Self
Converts to this type from the input type.
Source§impl Interface for IPersistStream
impl Interface for IPersistStream
const IID: Guid
type Vtable = IPersistStream_abi
Source§impl<'a> IntoParam<'a, IPersist> for &'a IPersistStream
impl<'a> IntoParam<'a, IPersist> for &'a IPersistStream
fn into_param(self) -> Param<'a, IPersist>
Source§impl<'a> IntoParam<'a, IPersist> for IPersistStream
impl<'a> IntoParam<'a, IPersist> for IPersistStream
fn into_param(self) -> Param<'a, IPersist>
Source§impl<'a> IntoParam<'a, IPersistStream> for &'a IMoniker
impl<'a> IntoParam<'a, IPersistStream> for &'a IMoniker
fn into_param(self) -> Param<'a, IPersistStream>
Source§impl<'a> IntoParam<'a, IPersistStream> for IMoniker
impl<'a> IntoParam<'a, IPersistStream> for IMoniker
fn into_param(self) -> Param<'a, IPersistStream>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IPersistStream
impl<'a> IntoParam<'a, IUnknown> for &'a IPersistStream
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IPersistStream
impl<'a> IntoParam<'a, IUnknown> for IPersistStream
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IPersistStream
impl PartialEq for IPersistStream
impl Eq for IPersistStream
impl StructuralPartialEq for IPersistStream
Auto Trait Implementations§
impl Freeze for IPersistStream
impl RefUnwindSafe for IPersistStream
impl !Send for IPersistStream
impl !Sync for IPersistStream
impl Unpin for IPersistStream
impl UnwindSafe for IPersistStream
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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