Struct windows_sys::Wdk::Graphics::Direct3D::D3DKMDT_GAMMA_RAMP
#[repr(C)]pub struct D3DKMDT_GAMMA_RAMP {
pub Type: D3DDDI_GAMMARAMP_TYPE,
pub DataSize: usize,
pub Data: D3DKMDT_GAMMA_RAMP_0,
}
Fields§
§Type: D3DDDI_GAMMARAMP_TYPE
§DataSize: usize
§Data: D3DKMDT_GAMMA_RAMP_0
Trait Implementations§
§impl Clone for D3DKMDT_GAMMA_RAMP
impl Clone for D3DKMDT_GAMMA_RAMP
impl Copy for D3DKMDT_GAMMA_RAMP
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMDT_GAMMA_RAMP
impl !Send for D3DKMDT_GAMMA_RAMP
impl !Sync for D3DKMDT_GAMMA_RAMP
impl Unpin for D3DKMDT_GAMMA_RAMP
impl UnwindSafe for D3DKMDT_GAMMA_RAMP
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