pub struct FormatQueryPred { /* private fields */ }
Expand description
Predication style of Format Selection Query
Implementations§
Source§impl FormatQueryPred
impl FormatQueryPred
pub fn bit(&mut self, b: usize) -> &mut Self
pub fn components(&mut self, c: FormatComponents) -> &mut Self
pub fn elements(&mut self, e: ElementType) -> &mut Self
pub fn satisfy(&self, f: VkFormat) -> bool
Trait Implementations§
Source§impl Clone for FormatQueryPred
impl Clone for FormatQueryPred
Source§fn clone(&self) -> FormatQueryPred
fn clone(&self) -> FormatQueryPred
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for FormatQueryPred
impl RefUnwindSafe for FormatQueryPred
impl Send for FormatQueryPred
impl Sync for FormatQueryPred
impl Unpin for FormatQueryPred
impl UnwindSafe for FormatQueryPred
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