Struct DescriptorSize
pub struct DescriptorSize(/* private fields */);Expand description
Descriptor size in bytes.
Implementations§
§impl DescriptorSize
impl DescriptorSize
pub const fn new(value: u64) -> DescriptorSize
pub const fn new(value: u64) -> DescriptorSize
Creates a descriptor size.
Trait Implementations§
§impl Clone for DescriptorSize
impl Clone for DescriptorSize
§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 more§impl Debug for DescriptorSize
impl Debug for DescriptorSize
§impl Hash for DescriptorSize
impl Hash for DescriptorSize
§impl Ord for DescriptorSize
impl Ord for DescriptorSize
§impl PartialEq for DescriptorSize
impl PartialEq for DescriptorSize
§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