#[repr(C)]pub struct SimulationStateT {
pub data: *mut u8,
pub size: u32,
pub _padding_81: [c_char; 4],
}
Fields§
§data: *mut u8
§size: u32
§_padding_81: [c_char; 4]
Trait Implementations§
Source§impl Clone for SimulationStateT
impl Clone for SimulationStateT
Source§fn clone(&self) -> SimulationStateT
fn clone(&self) -> SimulationStateT
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 moreSource§impl Default for SimulationStateT
impl Default for SimulationStateT
impl Copy for SimulationStateT
Auto Trait Implementations§
impl Freeze for SimulationStateT
impl RefUnwindSafe for SimulationStateT
impl !Send for SimulationStateT
impl !Sync for SimulationStateT
impl Unpin for SimulationStateT
impl UnwindSafe for SimulationStateT
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