pub struct VkInstanceCreateFlags { /* private fields */ }Implementations§
Source§impl VkInstanceCreateFlags
impl VkInstanceCreateFlags
Sourcepub fn empty() -> VkInstanceCreateFlags
pub fn empty() -> VkInstanceCreateFlags
Returns an empty set of flags.
Trait Implementations§
Source§impl Clone for VkInstanceCreateFlags
impl Clone for VkInstanceCreateFlags
Source§fn clone(&self) -> VkInstanceCreateFlags
fn clone(&self) -> VkInstanceCreateFlags
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 moreSource§impl Hash for VkInstanceCreateFlags
impl Hash for VkInstanceCreateFlags
Source§impl Ord for VkInstanceCreateFlags
impl Ord for VkInstanceCreateFlags
Source§fn cmp(&self, other: &VkInstanceCreateFlags) -> Ordering
fn cmp(&self, other: &VkInstanceCreateFlags) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VkInstanceCreateFlags
impl PartialEq for VkInstanceCreateFlags
Source§impl PartialOrd for VkInstanceCreateFlags
impl PartialOrd for VkInstanceCreateFlags
impl Copy for VkInstanceCreateFlags
impl Eq for VkInstanceCreateFlags
impl StructuralPartialEq for VkInstanceCreateFlags
Auto Trait Implementations§
impl Freeze for VkInstanceCreateFlags
impl RefUnwindSafe for VkInstanceCreateFlags
impl Send for VkInstanceCreateFlags
impl Sync for VkInstanceCreateFlags
impl Unpin for VkInstanceCreateFlags
impl UnwindSafe for VkInstanceCreateFlags
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