#[repr(C)]pub struct Pad1Double { /* private fields */ }
Expand description
Padding the size of a single double. 8 bytes.
Implementations§
Source§impl Pad1Double
impl Pad1Double
Trait Implementations§
Source§impl Clone for Pad1Double
impl Clone for Pad1Double
Source§fn clone(&self) -> Pad1Double
fn clone(&self) -> Pad1Double
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 Pad1Double
impl Debug for Pad1Double
Source§impl Default for Pad1Double
impl Default for Pad1Double
Source§fn default() -> Pad1Double
fn default() -> Pad1Double
Returns the “default value” for a type. Read more
Source§impl PartialEq for Pad1Double
impl PartialEq for Pad1Double
Source§impl PartialOrd for Pad1Double
impl PartialOrd for Pad1Double
impl Copy for Pad1Double
impl Pod for Pad1Double
impl StructuralPartialEq for Pad1Double
Auto Trait Implementations§
impl Freeze for Pad1Double
impl RefUnwindSafe for Pad1Double
impl Send for Pad1Double
impl Sync for Pad1Double
impl Unpin for Pad1Double
impl UnwindSafe for Pad1Double
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
Source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
Source§type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
.Source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self
.