Struct microsoft_dia::IDiaPropertyStorage
[−]#[repr(transparent)]pub struct IDiaPropertyStorage(_);Implementations
impl IDiaPropertyStorage
impl IDiaPropertyStorage
pub unsafe fn ReadMultiple(
&self,
cpspec: u32,
rgpspec: *const PROPSPEC
) -> Result<PROPVARIANT>
pub unsafe fn ReadPropertyNames(
&self,
cpropid: u32,
rgpropid: *const u32,
rglpwstrname: *mut BSTR
) -> Result<()>
pub unsafe fn Enum(&self) -> Result<IEnumSTATPROPSTG>
pub unsafe fn ReadDWORD(&self, id: u32) -> Result<u32>
pub unsafe fn ReadLONG(&self, id: u32) -> Result<i32>
pub unsafe fn ReadBOOL(&self, id: u32) -> Result<BOOL>
pub unsafe fn ReadULONGLONG(&self, id: u32) -> Result<u64>
pub unsafe fn ReadBSTR(&self, id: u32) -> Result<BSTR>
Trait Implementations
impl Clone for IDiaPropertyStorage
impl Clone for IDiaPropertyStorage
impl Debug for IDiaPropertyStorage
impl Debug for IDiaPropertyStorage
impl<'a> From<&'a IDiaPropertyStorage> for &'a IUnknown
impl<'a> From<&'a IDiaPropertyStorage> for &'a IUnknown
fn from(value: &'a IDiaPropertyStorage) -> Self
fn from(value: &'a IDiaPropertyStorage) -> Self
Converts to this type from the input type.
impl From<&IDiaPropertyStorage> for IUnknown
impl From<&IDiaPropertyStorage> for IUnknown
fn from(value: &IDiaPropertyStorage) -> Self
fn from(value: &IDiaPropertyStorage) -> Self
Converts to this type from the input type.
impl From<IDiaPropertyStorage> for IUnknown
impl From<IDiaPropertyStorage> for IUnknown
fn from(value: IDiaPropertyStorage) -> Self
fn from(value: IDiaPropertyStorage) -> Self
Converts to this type from the input type.
impl Interface for IDiaPropertyStorage
impl Interface for IDiaPropertyStorage
impl PartialEq<IDiaPropertyStorage> for IDiaPropertyStorage
impl PartialEq<IDiaPropertyStorage> for IDiaPropertyStorage
impl Vtable for IDiaPropertyStorage
impl Vtable for IDiaPropertyStorage
type Vtable = IDiaPropertyStorage_Vtbl
sourcefn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.sourcefn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
impl Eq for IDiaPropertyStorage
Auto Trait Implementations
impl RefUnwindSafe for IDiaPropertyStorage
impl !Send for IDiaPropertyStorage
impl !Sync for IDiaPropertyStorage
impl Unpin for IDiaPropertyStorage
impl UnwindSafe for IDiaPropertyStorage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more