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