pub struct CxAfterDraw {
pub trapezoid_text: TrapezoidText,
pub atlas_pass: Pass,
pub atlas_view: View,
pub atlas_texture: Texture,
}
Fields§
§trapezoid_text: TrapezoidText
§atlas_pass: Pass
§atlas_view: View
§atlas_texture: Texture
Implementations§
Source§impl CxAfterDraw
impl CxAfterDraw
Auto Trait Implementations§
impl Freeze for CxAfterDraw
impl RefUnwindSafe for CxAfterDraw
impl Send for CxAfterDraw
impl Sync for CxAfterDraw
impl Unpin for CxAfterDraw
impl UnwindSafe for CxAfterDraw
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