pub struct CxOsPass {
pub gl_framebuffer: Option<u32>,
}
Fields§
§gl_framebuffer: Option<u32>
Implementations§
§impl CxOsPass
impl CxOsPass
pub fn free_resources(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CxOsPass
impl Send for CxOsPass
impl Sync for CxOsPass
impl Unpin for CxOsPass
impl UnwindSafe for CxOsPass
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