Struct machinery_api::plugins::renderer::RendererSetScissorRectsT [−][src]
#[repr(C)]pub struct RendererSetScissorRectsT { pub rects: [RendererSetScissorRectsTBindgenTy1; 8], pub num_rects: u32, }
Fields
rects: [RendererSetScissorRectsTBindgenTy1; 8]num_rects: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RendererSetScissorRectsT
impl Send for RendererSetScissorRectsT
impl Sync for RendererSetScissorRectsT
impl Unpin for RendererSetScissorRectsT
impl UnwindSafe for RendererSetScissorRectsT
Blanket Implementations
Mutably borrows from an owned value. Read more