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