pub struct IntToFloat {
pub src: LocalValueId,
pub size: usize,
}Fields§
§src: LocalValueId§size: usizeTrait Implementations§
Source§impl Clone for IntToFloat
impl Clone for IntToFloat
Source§fn clone(&self) -> IntToFloat
fn clone(&self) -> IntToFloat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IntToFloat
impl Debug for IntToFloat
Source§impl<'de> Deserialize<'de> for IntToFloat
impl<'de> Deserialize<'de> for IntToFloat
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
impl Eq for IntToFloat
Source§impl Hash for IntToFloat
impl Hash for IntToFloat
Source§impl PartialEq for IntToFloat
impl PartialEq for IntToFloat
Source§impl Serialize for IntToFloat
impl Serialize for IntToFloat
impl StructuralPartialEq for IntToFloat
Auto Trait Implementations§
impl Freeze for IntToFloat
impl RefUnwindSafe for IntToFloat
impl Send for IntToFloat
impl Sync for IntToFloat
impl Unpin for IntToFloat
impl UnsafeUnpin for IntToFloat
impl UnwindSafe for IntToFloat
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