pub struct CxOsGeometry {
pub vb: OpenglBuffer,
pub ib: OpenglBuffer,
}
Fields§
§vb: OpenglBuffer
§ib: OpenglBuffer
Implementations§
Source§impl CxOsGeometry
impl CxOsGeometry
pub fn free_resources(&mut self, gl: &LibGl)
Trait Implementations§
Source§impl Clone for CxOsGeometry
impl Clone for CxOsGeometry
Source§fn clone(&self) -> CxOsGeometry
fn clone(&self) -> CxOsGeometry
Returns a duplicate 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 Default for CxOsGeometry
impl Default for CxOsGeometry
Source§fn default() -> CxOsGeometry
fn default() -> CxOsGeometry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CxOsGeometry
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