#[repr(C)]pub struct RuntimeDataT {
pub version: u64,
pub data: *mut c_void,
}
Fields§
§version: u64
§data: *mut c_void
Trait Implementations§
Source§impl Clone for RuntimeDataT
impl Clone for RuntimeDataT
Source§fn clone(&self) -> RuntimeDataT
fn clone(&self) -> RuntimeDataT
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 RuntimeDataT
impl Default for RuntimeDataT
impl Copy for RuntimeDataT
Auto Trait Implementations§
impl Freeze for RuntimeDataT
impl RefUnwindSafe for RuntimeDataT
impl !Send for RuntimeDataT
impl !Sync for RuntimeDataT
impl Unpin for RuntimeDataT
impl UnwindSafe for RuntimeDataT
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