Union byondapi_sys::ByondValueData
source · #[repr(C)]
pub union ByondValueData {
pub ref_: u4c,
pub num: f32,
pub str_: *mut c_char,
}Fields§
§ref_: u4c§num: f32§str_: *mut c_charTrait Implementations§
source§impl Clone for ByondValueData
impl Clone for ByondValueData
source§fn clone(&self) -> ByondValueData
fn clone(&self) -> ByondValueData
Returns a copy 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 moreimpl Copy for ByondValueData
Auto Trait Implementations§
impl RefUnwindSafe for ByondValueData
impl !Send for ByondValueData
impl !Sync for ByondValueData
impl Unpin for ByondValueData
impl UnwindSafe for ByondValueData
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