#[repr(transparent)]pub struct F32Value(pub f32);Tuple Fields§
§0: f32Trait Implementations§
Source§impl From<F32Value> for PropertyValueEnum
impl From<F32Value> for PropertyValueEnum
Source§fn from(v: F32Value) -> PropertyValueEnum
fn from(v: F32Value) -> PropertyValueEnum
Converts to this type from the input type.
Source§impl PropertyValue for F32Value
impl PropertyValue for F32Value
Source§impl ReadProperty for F32Value
impl ReadProperty for F32Value
Source§impl TryInto<F32Value> for PropertyValueEnum
impl TryInto<F32Value> for PropertyValueEnum
Source§impl WriteProperty for F32Value
impl WriteProperty for F32Value
impl StructuralPartialEq for F32Value
Auto Trait Implementations§
impl Freeze for F32Value
impl RefUnwindSafe for F32Value
impl Send for F32Value
impl Sync for F32Value
impl Unpin for F32Value
impl UnwindSafe for F32Value
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