Type Alias FS_RECTF

Source
pub type FS_RECTF = _FS_RECTF_;

Aliased Type§

#[repr(C)]
pub struct FS_RECTF { pub left: f32, pub top: f32, pub right: f32, pub bottom: f32, }

Fields§

§left: f32§top: f32§right: f32§bottom: f32

Trait Implementations§

Source§

impl From<&PdfiumRect> for FS_RECTF

Source§

fn from(rect: &PdfiumRect) -> Self

Converts to this type from the input type.