Struct IDirectDrawGammaControl_Vtbl
#[repr(C)]pub struct IDirectDrawGammaControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetGammaRamp: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DDGAMMARAMP) -> HRESULT,
pub SetGammaRamp: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DDGAMMARAMP) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetGammaRamp: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DDGAMMARAMP) -> HRESULT
§SetGammaRamp: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DDGAMMARAMP) -> HRESULT
Implementations§
§impl IDirectDrawGammaControl_Vtbl
impl IDirectDrawGammaControl_Vtbl
pub const fn new<Identity: IDirectDrawGammaControl_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDirectDrawGammaControl_Vtbl
impl RefUnwindSafe for IDirectDrawGammaControl_Vtbl
impl Send for IDirectDrawGammaControl_Vtbl
impl Sync for IDirectDrawGammaControl_Vtbl
impl Unpin for IDirectDrawGammaControl_Vtbl
impl UnwindSafe for IDirectDrawGammaControl_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