#[repr(C)]pub struct tm_draw2d_style_t {
pub color: tm_color_srgb_t,
pub line_width: f32,
pub feather_width: f32,
pub feather: u32,
pub clip: u32,
pub font: u32,
pub font_info: *const tm_font_t,
pub font_scale: f32,
pub include_alpha: bool,
pub _padding_175: [c_char; 3],
}Fields§
§color: tm_color_srgb_t§line_width: f32§feather_width: f32§feather: u32§clip: u32§font: u32§font_info: *const tm_font_t§font_scale: f32§include_alpha: bool§_padding_175: [c_char; 3]Trait Implementations§
Source§impl Clone for tm_draw2d_style_t
impl Clone for tm_draw2d_style_t
Source§fn clone(&self) -> tm_draw2d_style_t
fn clone(&self) -> tm_draw2d_style_t
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 moreimpl Copy for tm_draw2d_style_t
Auto Trait Implementations§
impl Freeze for tm_draw2d_style_t
impl RefUnwindSafe for tm_draw2d_style_t
impl !Send for tm_draw2d_style_t
impl !Sync for tm_draw2d_style_t
impl Unpin for tm_draw2d_style_t
impl UnsafeUnpin for tm_draw2d_style_t
impl UnwindSafe for tm_draw2d_style_t
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