Union libil2cpp::raw::Il2CppSingle_float
source · [−]#[repr(C)]
pub union Il2CppSingle_float {
pub s: Il2CppSingle,
pub f: f32,
/* private fields */
}
Fields
s: Il2CppSingle
f: f32
Trait Implementations
sourceimpl Clone for Il2CppSingle_float
impl Clone for Il2CppSingle_float
sourcefn clone(&self) -> Il2CppSingle_float
fn clone(&self) -> Il2CppSingle_float
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for Il2CppSingle_float
Auto Trait Implementations
impl RefUnwindSafe for Il2CppSingle_float
impl Send for Il2CppSingle_float
impl Sync for Il2CppSingle_float
impl Unpin for Il2CppSingle_float
impl UnwindSafe for Il2CppSingle_float
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more