pub struct FPerPlatformFloat {
pub is_cooked: bool,
pub value: Float,
}Fields§
§is_cooked: bool§value: FloatTrait Implementations§
Source§impl Clone for FPerPlatformFloat
impl Clone for FPerPlatformFloat
Source§fn clone(&self) -> FPerPlatformFloat
fn clone(&self) -> FPerPlatformFloat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FPerPlatformFloat
impl Debug for FPerPlatformFloat
Source§impl<'de> Deserialize<'de> for FPerPlatformFloat
impl<'de> Deserialize<'de> for FPerPlatformFloat
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
Source§impl PartialEq for FPerPlatformFloat
impl PartialEq for FPerPlatformFloat
Source§impl Serialize for FPerPlatformFloat
impl Serialize for FPerPlatformFloat
impl StructuralPartialEq for FPerPlatformFloat
Auto Trait Implementations§
impl Freeze for FPerPlatformFloat
impl RefUnwindSafe for FPerPlatformFloat
impl Send for FPerPlatformFloat
impl Sync for FPerPlatformFloat
impl Unpin for FPerPlatformFloat
impl UnwindSafe for FPerPlatformFloat
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