Struct makepad_widgets::shader::std::os::linux::opengl::CxOsDrawCall
pub struct CxOsDrawCall {
pub inst_vb: OpenglBuffer,
pub vao: Option<CxOsDrawCallVao>,
}
Fields§
§inst_vb: OpenglBuffer
§vao: Option<CxOsDrawCallVao>
Implementations§
§impl CxOsDrawCall
impl CxOsDrawCall
pub fn free_resources(&mut self)
Trait Implementations§
§impl Clone for CxOsDrawCall
impl Clone for CxOsDrawCall
§fn clone(&self) -> CxOsDrawCall
fn clone(&self) -> CxOsDrawCall
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 Default for CxOsDrawCall
impl Default for CxOsDrawCall
§fn default() -> CxOsDrawCall
fn default() -> CxOsDrawCall
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CxOsDrawCall
impl Send for CxOsDrawCall
impl Sync for CxOsDrawCall
impl Unpin for CxOsDrawCall
impl UnwindSafe for CxOsDrawCall
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