#[repr(transparent)]pub struct ADDRESSFORMAT(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for ADDRESSFORMAT
impl Clone for ADDRESSFORMAT
Source§fn clone(&self) -> ADDRESSFORMAT
fn clone(&self) -> ADDRESSFORMAT
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 ADDRESSFORMAT
Source§impl Debug for ADDRESSFORMAT
impl Debug for ADDRESSFORMAT
Source§impl Default for ADDRESSFORMAT
impl Default for ADDRESSFORMAT
Source§fn default() -> ADDRESSFORMAT
fn default() -> ADDRESSFORMAT
Returns the “default value” for a type. Read more
impl Eq for ADDRESSFORMAT
Source§impl PartialEq for ADDRESSFORMAT
impl PartialEq for ADDRESSFORMAT
Source§fn eq(&self, other: &ADDRESSFORMAT) -> bool
fn eq(&self, other: &ADDRESSFORMAT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ADDRESSFORMAT
Auto Trait Implementations§
impl Freeze for ADDRESSFORMAT
impl RefUnwindSafe for ADDRESSFORMAT
impl Send for ADDRESSFORMAT
impl Sync for ADDRESSFORMAT
impl Unpin for ADDRESSFORMAT
impl UnsafeUnpin for ADDRESSFORMAT
impl UnwindSafe for ADDRESSFORMAT
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