pub struct CxTexture {
pub desc: TextureDesc,
pub image_u32: Vec<u32>,
pub image_f32: Vec<f32>,
pub update_image: bool,
pub platform: CxPlatformTexture,
}
Fields§
§desc: TextureDesc
§image_u32: Vec<u32>
§image_f32: Vec<f32>
§update_image: bool
§platform: CxPlatformTexture
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CxTexture
impl RefUnwindSafe for CxTexture
impl Send for CxTexture
impl Sync for CxTexture
impl Unpin for CxTexture
impl UnwindSafe for CxTexture
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