#[repr(C)]pub struct SimSignalDescRaw {
pub id: u32,
pub name: *const c_char,
pub signal_type: u32,
pub units: *const c_char,
}Fields§
§id: u32§name: *const c_char§signal_type: u32§units: *const c_charTrait Implementations§
Source§impl Clone for SimSignalDescRaw
impl Clone for SimSignalDescRaw
Source§fn clone(&self) -> SimSignalDescRaw
fn clone(&self) -> SimSignalDescRaw
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 SimSignalDescRaw
Auto Trait Implementations§
impl Freeze for SimSignalDescRaw
impl RefUnwindSafe for SimSignalDescRaw
impl !Send for SimSignalDescRaw
impl !Sync for SimSignalDescRaw
impl Unpin for SimSignalDescRaw
impl UnsafeUnpin for SimSignalDescRaw
impl UnwindSafe for SimSignalDescRaw
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