pub struct AeaPadding;Expand description
Wraps AEA padding constants.
Implementations§
Trait Implementations§
Source§impl Clone for AeaPadding
impl Clone for AeaPadding
Source§fn clone(&self) -> AeaPadding
fn clone(&self) -> AeaPadding
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 moreimpl Copy for AeaPadding
Source§impl Debug for AeaPadding
impl Debug for AeaPadding
Source§impl Default for AeaPadding
impl Default for AeaPadding
Source§fn default() -> AeaPadding
fn default() -> AeaPadding
Returns the “default value” for a type. Read more
impl Eq for AeaPadding
Source§impl Hash for AeaPadding
impl Hash for AeaPadding
Source§impl PartialEq for AeaPadding
impl PartialEq for AeaPadding
Source§fn eq(&self, other: &AeaPadding) -> bool
fn eq(&self, other: &AeaPadding) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AeaPadding
Auto Trait Implementations§
impl Freeze for AeaPadding
impl RefUnwindSafe for AeaPadding
impl Send for AeaPadding
impl Sync for AeaPadding
impl Unpin for AeaPadding
impl UnsafeUnpin for AeaPadding
impl UnwindSafe for AeaPadding
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