pub struct PSF {
pub path: PathBuf,
pub data: Vec<Vec<f32>>,
pub x_pixels: usize,
pub y_pixels: usize,
pub center: Point,
pub size: (f64, f64),
}Fields§
§path: PathBuf§data: Vec<Vec<f32>>§x_pixels: usize§y_pixels: usize§center: Point§size: (f64, f64)Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PSF
impl RefUnwindSafe for PSF
impl Send for PSF
impl Sync for PSF
impl Unpin for PSF
impl UnsafeUnpin for PSF
impl UnwindSafe for PSF
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