#[repr(C)]pub struct FsPaint {
pub xform: [f32; 6],
pub extent: [f32; 2],
pub radius: f32,
pub feather: f32,
pub innerColor: FsColor,
pub outerColor: FsColor,
pub image: c_int,
}
Fields§
§xform: [f32; 6]
§extent: [f32; 2]
§radius: f32
§feather: f32
§innerColor: FsColor
§outerColor: FsColor
§image: c_int
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FsPaint
impl Send for FsPaint
impl Sync for FsPaint
impl Unpin for FsPaint
impl UnwindSafe for FsPaint
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