pub struct DescriptorSize(/* private fields */);Expand description
Descriptor size in bytes.
Implementations§
Trait Implementations§
Source§impl Clone for DescriptorSize
impl Clone for DescriptorSize
Source§fn clone(&self) -> DescriptorSize
fn clone(&self) -> DescriptorSize
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 moreSource§impl Debug for DescriptorSize
impl Debug for DescriptorSize
Source§impl Hash for DescriptorSize
impl Hash for DescriptorSize
Source§impl Ord for DescriptorSize
impl Ord for DescriptorSize
Source§fn cmp(&self, other: &DescriptorSize) -> Ordering
fn cmp(&self, other: &DescriptorSize) -> 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 DescriptorSize
impl PartialEq for DescriptorSize
Source§impl PartialOrd for DescriptorSize
impl PartialOrd for DescriptorSize
impl Copy for DescriptorSize
impl Eq for DescriptorSize
impl StructuralPartialEq for DescriptorSize
Auto Trait Implementations§
impl Freeze for DescriptorSize
impl RefUnwindSafe for DescriptorSize
impl Send for DescriptorSize
impl Sync for DescriptorSize
impl Unpin for DescriptorSize
impl UnsafeUnpin for DescriptorSize
impl UnwindSafe for DescriptorSize
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