pub struct DescriptorSetLayout(_);Expand description
Implementations
sourceimpl DescriptorSetLayout
impl DescriptorSetLayout
pub const fn null() -> DescriptorSetLayout
Trait Implementations
sourceimpl Clone for DescriptorSetLayout
impl Clone for DescriptorSetLayout
sourcefn clone(&self) -> DescriptorSetLayout
fn clone(&self) -> DescriptorSetLayout
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescriptorSetLayout
impl Debug for DescriptorSetLayout
sourceimpl Default for DescriptorSetLayout
impl Default for DescriptorSetLayout
sourcefn default() -> DescriptorSetLayout
fn default() -> DescriptorSetLayout
Returns the “default value” for a type. Read more
sourceimpl Handle for DescriptorSetLayout
impl Handle for DescriptorSetLayout
const TYPE: ObjectType = ObjectType::DESCRIPTOR_SET_LAYOUT
fn as_raw(self) -> u64
fn from_raw(x: u64) -> DescriptorSetLayout
sourceimpl Hash for DescriptorSetLayout
impl Hash for DescriptorSetLayout
sourceimpl Ord for DescriptorSetLayout
impl Ord for DescriptorSetLayout
sourcefn cmp(&self, other: &DescriptorSetLayout) -> Ordering
fn cmp(&self, other: &DescriptorSetLayout) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Selfwhere
Self: Sized,
const fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Selfwhere
Self: Sized,
const fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<DescriptorSetLayout> for DescriptorSetLayout
impl PartialEq<DescriptorSetLayout> for DescriptorSetLayout
sourcefn eq(&self, other: &DescriptorSetLayout) -> bool
fn eq(&self, other: &DescriptorSetLayout) -> bool
sourceimpl PartialOrd<DescriptorSetLayout> for DescriptorSetLayout
impl PartialOrd<DescriptorSetLayout> for DescriptorSetLayout
sourcefn partial_cmp(&self, other: &DescriptorSetLayout) -> Option<Ordering>
fn partial_cmp(&self, other: &DescriptorSetLayout) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresourceimpl Pointer for DescriptorSetLayout
impl Pointer for DescriptorSetLayout
impl Copy for DescriptorSetLayout
impl Eq for DescriptorSetLayout
impl StructuralEq for DescriptorSetLayout
impl StructuralPartialEq for DescriptorSetLayout
Auto Trait Implementations
impl RefUnwindSafe for DescriptorSetLayout
impl Send for DescriptorSetLayout
impl Sync for DescriptorSetLayout
impl Unpin for DescriptorSetLayout
impl UnwindSafe for DescriptorSetLayout
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more