#[repr(C)]pub struct BLRuntimeSystemInfo {
pub cpuArch: u32,
pub cpuFeatures: u32,
pub coreCount: u32,
pub threadCount: u32,
pub minThreadStackSize: u32,
pub minWorkerStackSize: u32,
pub allocationGranularity: u32,
pub reserved: [u32; 5],
}Fields§
§cpuArch: u32§cpuFeatures: u32§coreCount: u32§threadCount: u32§minThreadStackSize: u32§minWorkerStackSize: u32§allocationGranularity: u32§reserved: [u32; 5]Trait Implementations§
Source§impl Clone for BLRuntimeSystemInfo
impl Clone for BLRuntimeSystemInfo
Source§fn clone(&self) -> BLRuntimeSystemInfo
fn clone(&self) -> BLRuntimeSystemInfo
Returns a copy 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 BLRuntimeSystemInfo
Auto Trait Implementations§
impl Freeze for BLRuntimeSystemInfo
impl RefUnwindSafe for BLRuntimeSystemInfo
impl Send for BLRuntimeSystemInfo
impl Sync for BLRuntimeSystemInfo
impl Unpin for BLRuntimeSystemInfo
impl UnwindSafe for BLRuntimeSystemInfo
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