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