#[repr(C)]pub struct BLRuntimeBuildInfo {
pub __bindgen_anon_1: BLRuntimeBuildInfo__bindgen_ty_1,
pub buildType: u32,
pub baselineCpuFeatures: u32,
pub supportedCpuFeatures: u32,
pub maxImageSize: u32,
pub maxThreadCount: u32,
pub reserved: [u32; 2],
pub compilerInfo: [c_char; 32],
}Fields§
§__bindgen_anon_1: BLRuntimeBuildInfo__bindgen_ty_1§buildType: u32§baselineCpuFeatures: u32§supportedCpuFeatures: u32§maxImageSize: u32§maxThreadCount: u32§reserved: [u32; 2]§compilerInfo: [c_char; 32]Trait Implementations§
Source§impl Clone for BLRuntimeBuildInfo
impl Clone for BLRuntimeBuildInfo
Source§fn clone(&self) -> BLRuntimeBuildInfo
fn clone(&self) -> BLRuntimeBuildInfo
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 BLRuntimeBuildInfo
Auto Trait Implementations§
impl Freeze for BLRuntimeBuildInfo
impl RefUnwindSafe for BLRuntimeBuildInfo
impl Send for BLRuntimeBuildInfo
impl Sync for BLRuntimeBuildInfo
impl Unpin for BLRuntimeBuildInfo
impl UnwindSafe for BLRuntimeBuildInfo
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