pub struct CxDrawIconAtlas {
pub draw_trapezoid: DrawTrapezoidVector,
pub atlas_pass: Pass,
pub atlas_draw_list: DrawList2d,
pub atlas_texture: Texture,
}Fields§
§draw_trapezoid: DrawTrapezoidVector§atlas_pass: Pass§atlas_draw_list: DrawList2d§atlas_texture: TextureImplementations§
Source§impl CxDrawIconAtlas
impl CxDrawIconAtlas
pub fn new(cx: &mut Cx) -> CxDrawIconAtlas
Auto Trait Implementations§
impl Freeze for CxDrawIconAtlas
impl !RefUnwindSafe for CxDrawIconAtlas
impl !Send for CxDrawIconAtlas
impl !Sync for CxDrawIconAtlas
impl Unpin for CxDrawIconAtlas
impl !UnwindSafe for CxDrawIconAtlas
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