pub struct VkFramebufferCreateFlags { /* private fields */ }Implementations§
Source§impl VkFramebufferCreateFlags
impl VkFramebufferCreateFlags
Sourcepub fn empty() -> VkFramebufferCreateFlags
pub fn empty() -> VkFramebufferCreateFlags
Returns an empty set of flags.
Trait Implementations§
Source§impl Clone for VkFramebufferCreateFlags
impl Clone for VkFramebufferCreateFlags
Source§fn clone(&self) -> VkFramebufferCreateFlags
fn clone(&self) -> VkFramebufferCreateFlags
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 VkFramebufferCreateFlags
impl Hash for VkFramebufferCreateFlags
Source§impl Ord for VkFramebufferCreateFlags
impl Ord for VkFramebufferCreateFlags
Source§fn cmp(&self, other: &VkFramebufferCreateFlags) -> Ordering
fn cmp(&self, other: &VkFramebufferCreateFlags) -> 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 VkFramebufferCreateFlags
impl PartialEq for VkFramebufferCreateFlags
Source§impl PartialOrd for VkFramebufferCreateFlags
impl PartialOrd for VkFramebufferCreateFlags
impl Copy for VkFramebufferCreateFlags
impl Eq for VkFramebufferCreateFlags
impl StructuralPartialEq for VkFramebufferCreateFlags
Auto Trait Implementations§
impl Freeze for VkFramebufferCreateFlags
impl RefUnwindSafe for VkFramebufferCreateFlags
impl Send for VkFramebufferCreateFlags
impl Sync for VkFramebufferCreateFlags
impl Unpin for VkFramebufferCreateFlags
impl UnwindSafe for VkFramebufferCreateFlags
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