pub struct DescriptorData(/* private fields */);Expand description
Embedded descriptor data marker.
Implementations§
Trait Implementations§
Source§impl Clone for DescriptorData
impl Clone for DescriptorData
Source§fn clone(&self) -> DescriptorData
fn clone(&self) -> DescriptorData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DescriptorData
impl Debug for DescriptorData
Source§impl Hash for DescriptorData
impl Hash for DescriptorData
Source§impl Ord for DescriptorData
impl Ord for DescriptorData
Source§fn cmp(&self, other: &DescriptorData) -> Ordering
fn cmp(&self, other: &DescriptorData) -> Ordering
1.21.0 (const: unstable) · 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 DescriptorData
impl PartialEq for DescriptorData
Source§fn eq(&self, other: &DescriptorData) -> bool
fn eq(&self, other: &DescriptorData) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DescriptorData
impl PartialOrd for DescriptorData
impl Eq for DescriptorData
impl StructuralPartialEq for DescriptorData
Auto Trait Implementations§
impl Freeze for DescriptorData
impl RefUnwindSafe for DescriptorData
impl Send for DescriptorData
impl Sync for DescriptorData
impl Unpin for DescriptorData
impl UnsafeUnpin for DescriptorData
impl UnwindSafe for DescriptorData
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