Struct skia_bindings::GrVkDrawableInfo
source · #[repr(C)]pub struct GrVkDrawableInfo {
pub fSecondaryCommandBuffer: VkCommandBuffer,
pub fColorAttachmentIndex: u32,
pub fCompatibleRenderPass: VkRenderPass,
pub fFormat: VkFormat,
pub fDrawBounds: *mut VkRect2D,
}
Fields§
§fSecondaryCommandBuffer: VkCommandBuffer
§fColorAttachmentIndex: u32
§fCompatibleRenderPass: VkRenderPass
§fFormat: VkFormat
§fDrawBounds: *mut VkRect2D
Trait Implementations§
source§impl Clone for GrVkDrawableInfo
impl Clone for GrVkDrawableInfo
source§fn clone(&self) -> GrVkDrawableInfo
fn clone(&self) -> GrVkDrawableInfo
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 moresource§impl Debug for GrVkDrawableInfo
impl Debug for GrVkDrawableInfo
impl Copy for GrVkDrawableInfo
Auto Trait Implementations§
impl RefUnwindSafe for GrVkDrawableInfo
impl !Send for GrVkDrawableInfo
impl !Sync for GrVkDrawableInfo
impl Unpin for GrVkDrawableInfo
impl UnwindSafe for GrVkDrawableInfo
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