Struct blade_graphics::ContextDesc
source · pub struct ContextDesc {
pub validation: bool,
pub capture: bool,
}Fields§
§validation: bool§capture: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ContextDesc
impl Send for ContextDesc
impl Sync for ContextDesc
impl Unpin for ContextDesc
impl UnwindSafe for ContextDesc
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