pub struct EntryEnabled {
pub instance_version: u32,
pub vk1_1: bool,
pub vk1_2: bool,
pub vk1_3: bool,
}
Expand description
A list of requirements enabled in the entry loader.
Fields§
§instance_version: u32
§vk1_1: bool
§vk1_2: bool
§vk1_3: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntryEnabled
impl RefUnwindSafe for EntryEnabled
impl Send for EntryEnabled
impl Sync for EntryEnabled
impl Unpin for EntryEnabled
impl UnwindSafe for EntryEnabled
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