Struct 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
§fn clone(&self) -> D3DKMDT_GAMMA_RAMP
fn clone(&self) -> D3DKMDT_GAMMA_RAMP
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for D3DKMDT_GAMMA_RAMP
Auto Trait Implementations§
impl Freeze for D3DKMDT_GAMMA_RAMP
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