Struct ICompositionPropertySet2_Vtbl
#[repr(C)]pub struct ICompositionPropertySet2_Vtbl {
pub base__: IInspectable_Vtbl,
pub InsertBoolean: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: bool) -> HRESULT,
pub TryGetBoolean: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool, _: *mut CompositionGetValueStatus) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§InsertBoolean: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: bool) -> HRESULT
§TryGetBoolean: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool, _: *mut CompositionGetValueStatus) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionPropertySet2_Vtbl
impl RefUnwindSafe for ICompositionPropertySet2_Vtbl
impl Send for ICompositionPropertySet2_Vtbl
impl Sync for ICompositionPropertySet2_Vtbl
impl Unpin for ICompositionPropertySet2_Vtbl
impl UnwindSafe for ICompositionPropertySet2_Vtbl
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