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