#[repr(C)]pub struct IStylesProvider {
pub lpVtbl: *const IStylesProviderVtbl,
}
Fields§
§lpVtbl: *const IStylesProviderVtbl
Implementations§
Source§impl IStylesProvider
impl IStylesProvider
pub unsafe fn get_StyleId(&self, retVal: *mut c_int) -> HRESULT
pub unsafe fn get_StyleName(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn get_FillColor(&self, retVal: *mut c_int) -> HRESULT
pub unsafe fn get_FillPatternStyle(&self, retVal: *mut BSTR) -> HRESULT
pub unsafe fn get_Shape(&self, retVal: BSTR) -> HRESULT
pub unsafe fn get_FillPatternColor(&self, retVal: *mut c_int) -> HRESULT
pub unsafe fn get_ExtendedProperties(&self, retVal: *mut BSTR) -> HRESULT
Trait Implementations§
Source§impl Deref for IStylesProvider
impl Deref for IStylesProvider
Auto Trait Implementations§
impl Freeze for IStylesProvider
impl RefUnwindSafe for IStylesProvider
impl !Send for IStylesProvider
impl !Sync for IStylesProvider
impl Unpin for IStylesProvider
impl UnwindSafe for IStylesProvider
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