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