pub struct CxOsTexture {
pub gl_texture: Option<u32>,
pub gl_renderbuffer: Option<u32>,
}
Fields§
§gl_texture: Option<u32>
§gl_renderbuffer: Option<u32>
Trait Implementations§
Source§impl Clone for CxOsTexture
impl Clone for CxOsTexture
Source§fn clone(&self) -> CxOsTexture
fn clone(&self) -> CxOsTexture
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 Default for CxOsTexture
impl Default for CxOsTexture
Source§fn default() -> CxOsTexture
fn default() -> CxOsTexture
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CxOsTexture
impl RefUnwindSafe for CxOsTexture
impl Send for CxOsTexture
impl Sync for CxOsTexture
impl Unpin for CxOsTexture
impl UnwindSafe for CxOsTexture
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