pub struct ImagePrimitive {
pub texture: RcTexture,
pub vertex: ImageVertex,
}Fields§
§texture: RcTexture§vertex: ImageVertexImplementations§
Trait Implementations§
Source§impl Clone for ImagePrimitive
impl Clone for ImagePrimitive
Source§fn clone(&self) -> ImagePrimitive
fn clone(&self) -> ImagePrimitive
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 Debug for ImagePrimitive
impl Debug for ImagePrimitive
Source§impl From<ImagePrimitiveBuilder> for ImagePrimitive
impl From<ImagePrimitiveBuilder> for ImagePrimitive
Source§fn from(i: ImagePrimitiveBuilder) -> Self
fn from(i: ImagePrimitiveBuilder) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ImagePrimitive
impl PartialEq for ImagePrimitive
impl StructuralPartialEq for ImagePrimitive
Auto Trait Implementations§
impl Freeze for ImagePrimitive
impl !RefUnwindSafe for ImagePrimitive
impl !Send for ImagePrimitive
impl !Sync for ImagePrimitive
impl Unpin for ImagePrimitive
impl !UnwindSafe for ImagePrimitive
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