Struct re_renderer::renderer::RectangleOptions
source · pub struct RectangleOptions {
pub texture_filter_magnification: TextureFilterMag,
pub texture_filter_minification: TextureFilterMin,
pub multiplicative_tint: Rgba,
pub depth_offset: DepthOffset,
pub outline_mask: OutlineMaskPreference,
}Fields§
§texture_filter_magnification: TextureFilterMag§texture_filter_minification: TextureFilterMin§multiplicative_tint: RgbaTint that is multiplied to the rect, supports pre-multiplied alpha.
depth_offset: DepthOffset§outline_mask: OutlineMaskPreferenceOptional outline mask.
Trait Implementations§
source§impl Clone for RectangleOptions
impl Clone for RectangleOptions
source§fn clone(&self) -> RectangleOptions
fn clone(&self) -> RectangleOptions
Returns a copy 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 RefUnwindSafe for RectangleOptions
impl Send for RectangleOptions
impl Sync for RectangleOptions
impl Unpin for RectangleOptions
impl UnwindSafe for RectangleOptions
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