#[repr(C)]pub struct affineui_frame_target {Show 19 fields
pub width: c_int,
pub height: c_int,
pub dpi_scale: c_float,
pub sample_count: c_int,
pub clear: c_int,
pub viewport_x: c_int,
pub viewport_y: c_int,
pub viewport_w: c_int,
pub viewport_h: c_int,
pub d3d11_render_view: *const c_void,
pub d3d11_resolve_view: *const c_void,
pub d3d11_depth_stencil_view: *const c_void,
pub metal_current_drawable: *const c_void,
pub metal_depth_stencil_texture: *const c_void,
pub metal_msaa_color_texture: *const c_void,
pub wgpu_render_view: *const c_void,
pub wgpu_resolve_view: *const c_void,
pub wgpu_depth_stencil_view: *const c_void,
pub gl_framebuffer: u32,
}Fields§
§width: c_int§height: c_int§dpi_scale: c_float§sample_count: c_int§clear: c_int§viewport_x: c_int§viewport_y: c_int§viewport_w: c_int§viewport_h: c_int§d3d11_render_view: *const c_void§d3d11_resolve_view: *const c_void§d3d11_depth_stencil_view: *const c_void§metal_current_drawable: *const c_void§metal_depth_stencil_texture: *const c_void§metal_msaa_color_texture: *const c_void§wgpu_render_view: *const c_void§wgpu_resolve_view: *const c_void§wgpu_depth_stencil_view: *const c_void§gl_framebuffer: u32Trait Implementations§
Source§impl Clone for affineui_frame_target
impl Clone for affineui_frame_target
Source§fn clone(&self) -> affineui_frame_target
fn clone(&self) -> affineui_frame_target
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for affineui_frame_target
Auto Trait Implementations§
impl !Send for affineui_frame_target
impl !Sync for affineui_frame_target
impl Freeze for affineui_frame_target
impl RefUnwindSafe for affineui_frame_target
impl Unpin for affineui_frame_target
impl UnsafeUnpin for affineui_frame_target
impl UnwindSafe for affineui_frame_target
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