#[repr(C)]pub struct D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT {
pub _bitfield: u32,
}
Fields§
§_bitfield: u32
Trait Implementations§
impl Copy for D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT
Auto Trait Implementations§
impl RefUnwindSafe for D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT
impl Send for D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT
impl Sync for D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT
impl Unpin for D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT
impl UnwindSafe for D3DKMDT_VIDPN_PRESENT_PATH_SCALING_SUPPORT
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