#[repr(C)]pub struct ncclSimInfo_v22200 {
pub size: usize,
pub magic: c_uint,
pub version: c_uint,
pub estimatedTime: f32,
}
Fields§
§size: usize
§magic: c_uint
§version: c_uint
§estimatedTime: f32
Trait Implementations§
Source§impl Clone for ncclSimInfo_v22200
impl Clone for ncclSimInfo_v22200
Source§fn clone(&self) -> ncclSimInfo_v22200
fn clone(&self) -> ncclSimInfo_v22200
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 Debug for ncclSimInfo_v22200
impl Debug for ncclSimInfo_v22200
impl Copy for ncclSimInfo_v22200
Auto Trait Implementations§
impl Freeze for ncclSimInfo_v22200
impl RefUnwindSafe for ncclSimInfo_v22200
impl Send for ncclSimInfo_v22200
impl Sync for ncclSimInfo_v22200
impl Unpin for ncclSimInfo_v22200
impl UnwindSafe for ncclSimInfo_v22200
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