pub struct InstanceDescriptor {
pub enable_validation: bool,
pub required_instance_extensions: Vec<String>,
}Fields§
§enable_validation: bool§required_instance_extensions: Vec<String>Trait Implementations§
Source§impl Clone for InstanceDescriptor
impl Clone for InstanceDescriptor
Source§fn clone(&self) -> InstanceDescriptor
fn clone(&self) -> InstanceDescriptor
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 InstanceDescriptor
impl Debug for InstanceDescriptor
Auto Trait Implementations§
impl Freeze for InstanceDescriptor
impl RefUnwindSafe for InstanceDescriptor
impl Send for InstanceDescriptor
impl Sync for InstanceDescriptor
impl Unpin for InstanceDescriptor
impl UnsafeUnpin for InstanceDescriptor
impl UnwindSafe for InstanceDescriptor
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