pub struct AlignmentPosition {
pub query: (u32, u32),
pub target: (u32, u32),
}
Fields§
§query: (u32, u32)
§target: (u32, u32)
Trait Implementations§
Source§impl Clone for AlignmentPosition
impl Clone for AlignmentPosition
Source§fn clone(&self) -> AlignmentPosition
fn clone(&self) -> AlignmentPosition
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 AlignmentPosition
impl Debug for AlignmentPosition
Source§impl<'de> Deserialize<'de> for AlignmentPosition
impl<'de> Deserialize<'de> for AlignmentPosition
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for AlignmentPosition
impl Hash for AlignmentPosition
Source§impl PartialEq for AlignmentPosition
impl PartialEq for AlignmentPosition
Source§impl Serialize for AlignmentPosition
impl Serialize for AlignmentPosition
impl Eq for AlignmentPosition
impl StructuralPartialEq for AlignmentPosition
Auto Trait Implementations§
impl Freeze for AlignmentPosition
impl RefUnwindSafe for AlignmentPosition
impl Send for AlignmentPosition
impl Sync for AlignmentPosition
impl Unpin for AlignmentPosition
impl UnwindSafe for AlignmentPosition
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