Struct digit_layout::DigitLayout
source · #[repr(C)]pub struct DigitLayout { /* private fields */ }
Expand description
A layout of a digit data type in memory.
Implementations§
source§impl DigitLayout
impl DigitLayout
Trait Implementations§
source§impl Clone for DigitLayout
impl Clone for DigitLayout
source§fn clone(&self) -> DigitLayout
fn clone(&self) -> DigitLayout
Returns a copy 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 DigitLayout
impl Debug for DigitLayout
source§impl PartialEq for DigitLayout
impl PartialEq for DigitLayout
source§fn eq(&self, other: &DigitLayout) -> bool
fn eq(&self, other: &DigitLayout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DigitLayout
impl Eq for DigitLayout
impl StructuralPartialEq for DigitLayout
Auto Trait Implementations§
impl Freeze for DigitLayout
impl RefUnwindSafe for DigitLayout
impl Send for DigitLayout
impl Sync for DigitLayout
impl Unpin for DigitLayout
impl UnwindSafe for DigitLayout
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