pub struct IPersistStreamInit(/* private fields */);Implementations§
Source§impl IPersistStreamInit
impl IPersistStreamInit
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
pub unsafe fn InitNew(&self) -> ErrorCode
Trait Implementations§
Source§impl Clone for IPersistStreamInit
impl Clone for IPersistStreamInit
Source§fn clone(&self) -> IPersistStreamInit
fn clone(&self) -> IPersistStreamInit
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 IPersistStreamInit
impl Debug for IPersistStreamInit
Source§impl From<&IPersistStreamInit> for IPersist
impl From<&IPersistStreamInit> for IPersist
Source§fn from(value: &IPersistStreamInit) -> Self
fn from(value: &IPersistStreamInit) -> Self
Converts to this type from the input type.
Source§impl From<&IPersistStreamInit> for IUnknown
impl From<&IPersistStreamInit> for IUnknown
Source§fn from(value: &IPersistStreamInit) -> Self
fn from(value: &IPersistStreamInit) -> Self
Converts to this type from the input type.
Source§impl From<IPersistStreamInit> for IPersist
impl From<IPersistStreamInit> for IPersist
Source§fn from(value: IPersistStreamInit) -> Self
fn from(value: IPersistStreamInit) -> Self
Converts to this type from the input type.
Source§impl From<IPersistStreamInit> for IUnknown
impl From<IPersistStreamInit> for IUnknown
Source§fn from(value: IPersistStreamInit) -> Self
fn from(value: IPersistStreamInit) -> Self
Converts to this type from the input type.
Source§impl Interface for IPersistStreamInit
impl Interface for IPersistStreamInit
const IID: Guid
type Vtable = IPersistStreamInit_abi
Source§impl<'a> IntoParam<'a, IPersist> for &'a IPersistStreamInit
impl<'a> IntoParam<'a, IPersist> for &'a IPersistStreamInit
fn into_param(self) -> Param<'a, IPersist>
Source§impl<'a> IntoParam<'a, IPersist> for IPersistStreamInit
impl<'a> IntoParam<'a, IPersist> for IPersistStreamInit
fn into_param(self) -> Param<'a, IPersist>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IPersistStreamInit
impl<'a> IntoParam<'a, IUnknown> for &'a IPersistStreamInit
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IPersistStreamInit
impl<'a> IntoParam<'a, IUnknown> for IPersistStreamInit
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IPersistStreamInit
impl PartialEq for IPersistStreamInit
impl Eq for IPersistStreamInit
impl StructuralPartialEq for IPersistStreamInit
Auto Trait Implementations§
impl Freeze for IPersistStreamInit
impl RefUnwindSafe for IPersistStreamInit
impl !Send for IPersistStreamInit
impl !Sync for IPersistStreamInit
impl Unpin for IPersistStreamInit
impl UnwindSafe for IPersistStreamInit
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