pub struct InstanceOptions {
pub application_name: &'static str,
pub engine_name: &'static str,
pub enable_validation: bool,
pub enable_debug_utils: bool,
}Fields§
§application_name: &'static str§engine_name: &'static str§enable_validation: bool§enable_debug_utils: boolTrait Implementations§
Source§impl Clone for InstanceOptions
impl Clone for InstanceOptions
Source§fn clone(&self) -> InstanceOptions
fn clone(&self) -> InstanceOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InstanceOptions
impl Debug for InstanceOptions
Auto Trait Implementations§
impl Freeze for InstanceOptions
impl RefUnwindSafe for InstanceOptions
impl Send for InstanceOptions
impl Sync for InstanceOptions
impl Unpin for InstanceOptions
impl UnsafeUnpin for InstanceOptions
impl UnwindSafe for InstanceOptions
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