pub struct TextureFill {
pub r_embed: String,
pub tile: bool,
}Expand description
Texture fill
Fields§
§r_embed: String§tile: boolImplementations§
Trait Implementations§
Source§impl Clone for TextureFill
impl Clone for TextureFill
Source§fn clone(&self) -> TextureFill
fn clone(&self) -> TextureFill
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 moreAuto Trait Implementations§
impl Freeze for TextureFill
impl RefUnwindSafe for TextureFill
impl Send for TextureFill
impl Sync for TextureFill
impl Unpin for TextureFill
impl UnwindSafe for TextureFill
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