#[repr(C)]pub struct TextMeasurementResponseArgs {
pub id: u32,
pub generation: u64,
pub width: f64,
pub height: f64,
}Expand description
Chassis response to an engine-authored native text measurement request.
Fields§
§id: u32§generation: u64§width: f64§height: f64Trait Implementations§
Source§impl<'de> Deserialize<'de> for TextMeasurementResponseArgs
impl<'de> Deserialize<'de> for TextMeasurementResponseArgs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TextMeasurementResponseArgs
impl RefUnwindSafe for TextMeasurementResponseArgs
impl Send for TextMeasurementResponseArgs
impl Sync for TextMeasurementResponseArgs
impl Unpin for TextMeasurementResponseArgs
impl UnsafeUnpin for TextMeasurementResponseArgs
impl UnwindSafe for TextMeasurementResponseArgs
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