Struct HorizontalCharacterAlignment
#[repr(transparent)]pub struct HorizontalCharacterAlignment(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for HorizontalCharacterAlignment
impl Clone for HorizontalCharacterAlignment
§fn clone(&self) -> HorizontalCharacterAlignment
fn clone(&self) -> HorizontalCharacterAlignment
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 more§impl Debug for HorizontalCharacterAlignment
impl Debug for HorizontalCharacterAlignment
§impl Default for HorizontalCharacterAlignment
impl Default for HorizontalCharacterAlignment
§fn default() -> HorizontalCharacterAlignment
fn default() -> HorizontalCharacterAlignment
Returns the “default value” for a type. Read more
§impl PartialEq for HorizontalCharacterAlignment
impl PartialEq for HorizontalCharacterAlignment
impl Copy for HorizontalCharacterAlignment
impl Eq for HorizontalCharacterAlignment
impl StructuralPartialEq for HorizontalCharacterAlignment
Auto Trait Implementations§
impl Freeze for HorizontalCharacterAlignment
impl RefUnwindSafe for HorizontalCharacterAlignment
impl Send for HorizontalCharacterAlignment
impl Sync for HorizontalCharacterAlignment
impl Unpin for HorizontalCharacterAlignment
impl UnwindSafe for HorizontalCharacterAlignment
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