#[repr(C)]pub struct Draw2dStyleT {
pub color: ColorSrgbT,
pub line_width: f32,
pub feather_width: f32,
pub feather: u32,
pub clip: u32,
pub _padding_174: [c_char; 4],
pub font: *const Draw2dFontT,
pub font_scale: f32,
pub include_alpha: bool,
pub _padding_184: [c_char; 3],
}
Fields§
§color: ColorSrgbT
§line_width: f32
§feather_width: f32
§feather: u32
§clip: u32
§_padding_174: [c_char; 4]
§font: *const Draw2dFontT
§font_scale: f32
§include_alpha: bool
§_padding_184: [c_char; 3]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Draw2dStyleT
impl RefUnwindSafe for Draw2dStyleT
impl !Send for Draw2dStyleT
impl !Sync for Draw2dStyleT
impl Unpin for Draw2dStyleT
impl UnwindSafe for Draw2dStyleT
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