#[repr(C)]pub struct SimValueRaw {
pub signal_type: u32,
pub data: SimValueDataRaw,
}Fields§
§signal_type: u32§data: SimValueDataRawTrait Implementations§
Source§impl Clone for SimValueRaw
impl Clone for SimValueRaw
Source§fn clone(&self) -> SimValueRaw
fn clone(&self) -> SimValueRaw
Returns a duplicate 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 SimValueRaw
Auto Trait Implementations§
impl Freeze for SimValueRaw
impl RefUnwindSafe for SimValueRaw
impl Send for SimValueRaw
impl Sync for SimValueRaw
impl Unpin for SimValueRaw
impl UnsafeUnpin for SimValueRaw
impl UnwindSafe for SimValueRaw
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