Struct D2D1_PIXEL_FORMAT
#[repr(C)]pub struct D2D1_PIXEL_FORMAT {
pub format: DXGI_FORMAT,
pub alphaMode: D2D1_ALPHA_MODE,
}
Fields§
§format: DXGI_FORMAT
§alphaMode: D2D1_ALPHA_MODE
Trait Implementations§
§impl Clone for D2D1_PIXEL_FORMAT
impl Clone for D2D1_PIXEL_FORMAT
§fn clone(&self) -> D2D1_PIXEL_FORMAT
fn clone(&self) -> D2D1_PIXEL_FORMAT
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 more§impl Debug for D2D1_PIXEL_FORMAT
impl Debug for D2D1_PIXEL_FORMAT
§impl Default for D2D1_PIXEL_FORMAT
impl Default for D2D1_PIXEL_FORMAT
§impl PartialEq for D2D1_PIXEL_FORMAT
impl PartialEq for D2D1_PIXEL_FORMAT
impl Copy for D2D1_PIXEL_FORMAT
impl StructuralPartialEq for D2D1_PIXEL_FORMAT
Auto Trait Implementations§
impl Freeze for D2D1_PIXEL_FORMAT
impl RefUnwindSafe for D2D1_PIXEL_FORMAT
impl Send for D2D1_PIXEL_FORMAT
impl Sync for D2D1_PIXEL_FORMAT
impl Unpin for D2D1_PIXEL_FORMAT
impl UnwindSafe for D2D1_PIXEL_FORMAT
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