Struct libil2cpp::raw::Il2CppDouble
source · [−]#[repr(C)]#[repr(align(4))]pub struct Il2CppDouble {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>,
}
Fields
_bitfield_align_1: [u32; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>
Implementations
sourceimpl Il2CppDouble
impl Il2CppDouble
pub fn mantLo(&self) -> u32
pub fn set_mantLo(&mut self, val: u32)
pub fn mantHi(&self) -> u32
pub fn set_mantHi(&mut self, val: u32)
pub fn exp(&self) -> u32
pub fn set_exp(&mut self, val: u32)
pub fn sign(&self) -> u32
pub fn set_sign(&mut self, val: u32)
pub fn new_bitfield_1(
mantLo: u32,
mantHi: u32,
exp: u32,
sign: u32
) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations
sourceimpl Clone for Il2CppDouble
impl Clone for Il2CppDouble
sourcefn clone(&self) -> Il2CppDouble
fn clone(&self) -> Il2CppDouble
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
sourceimpl Debug for Il2CppDouble
impl Debug for Il2CppDouble
impl Copy for Il2CppDouble
Auto Trait Implementations
impl RefUnwindSafe for Il2CppDouble
impl Send for Il2CppDouble
impl Sync for Il2CppDouble
impl Unpin for Il2CppDouble
impl UnwindSafe for Il2CppDouble
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