#[repr(C)]pub struct D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION {
pub Scaling: D3DKMDT_VIDPN_PRESENT_PATH_SCALING,
pub ScalingSupport: D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT,
pub Rotation: D3DKMDT_VIDPN_PRESENT_PATH_ROTATION,
pub RotationSupport: D3DKMDT_VIDPN_PRESENT_PATH_ROTATION_SUPPORT,
}
Fields§
§Scaling: D3DKMDT_VIDPN_PRESENT_PATH_SCALING
§ScalingSupport: D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT
§Rotation: D3DKMDT_VIDPN_PRESENT_PATH_ROTATION
§RotationSupport: D3DKMDT_VIDPN_PRESENT_PATH_ROTATION_SUPPORT
Trait Implementations§
§impl Clone for D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION
impl Clone for D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION
§fn clone(&self) -> D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION
fn clone(&self) -> D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION
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_VIDPN_PRESENT_PATH_TRANSFORMATION
Auto Trait Implementations§
impl Freeze for D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION
impl RefUnwindSafe for D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION
impl Send for D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION
impl Sync for D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION
impl Unpin for D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION
impl UnwindSafe for D3DKMDT_VIDPN_PRESENT_PATH_TRANSFORMATION
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)