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