#[repr(C)]pub struct ISpObjectWithToken {
pub lpVtbl: *const ISpObjectWithTokenVtbl,
}
Fields§
§lpVtbl: *const ISpObjectWithTokenVtbl
Implementations§
Source§impl ISpObjectWithToken
impl ISpObjectWithToken
pub unsafe fn SetObjectToken(&self, pToken: *mut ISpObjectToken) -> HRESULT
pub unsafe fn GetObjectToken( &self, ppToken: *mut *mut ISpObjectToken, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpObjectWithToken
impl Deref for ISpObjectWithToken
Auto Trait Implementations§
impl Freeze for ISpObjectWithToken
impl RefUnwindSafe for ISpObjectWithToken
impl !Send for ISpObjectWithToken
impl !Sync for ISpObjectWithToken
impl Unpin for ISpObjectWithToken
impl UnwindSafe for ISpObjectWithToken
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