#[repr(C)]
pub union FFGLVal {
pub num: u32,
/* private fields */
}Fields§
§num: u32Implementations§
Trait Implementations§
Source§impl<T> From<&'static T> for FFGLVal
impl<T> From<&'static T> for FFGLVal
Source§fn from(a: &'static T) -> Self
fn from(a: &'static T) -> Self
Converts to this type from the input type.
Source§impl<T> From<&'static mut T> for FFGLVal
impl<T> From<&'static mut T> for FFGLVal
Source§fn from(a: &'static mut T) -> Self
fn from(a: &'static mut T) -> Self
Converts to this type from the input type.
Source§impl From<ParameterTypes> for FFGLVal
impl From<ParameterTypes> for FFGLVal
Source§fn from(value: ParameterTypes) -> Self
fn from(value: ParameterTypes) -> Self
Converts to this type from the input type.
Source§impl Into<FFGLVal> for SuccessVal
impl Into<FFGLVal> for SuccessVal
Auto Trait Implementations§
impl Freeze for FFGLVal
impl RefUnwindSafe for FFGLVal
impl !Send for FFGLVal
impl !Sync for FFGLVal
impl Unpin for FFGLVal
impl UnwindSafe for FFGLVal
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