pub struct ScreenQuad { /* private fields */ }
Implementations§
Source§impl ScreenQuad
impl ScreenQuad
pub fn get_vb(&self) -> &DeviceBufferPtr
pub fn get_ib(&self) -> &DeviceBufferPtr
Source§impl ScreenQuad
impl ScreenQuad
Auto Trait Implementations§
impl Freeze for ScreenQuad
impl !RefUnwindSafe for ScreenQuad
impl !Send for ScreenQuad
impl !Sync for ScreenQuad
impl Unpin for ScreenQuad
impl !UnwindSafe for ScreenQuad
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