pub struct FloatingAttachPoints {
pub element_x: AlignX,
pub element_y: AlignY,
pub parent_x: AlignX,
pub parent_y: AlignY,
}Fields§
§element_x: AlignX§element_y: AlignY§parent_x: AlignX§parent_y: AlignYTrait Implementations§
Source§impl Clone for FloatingAttachPoints
impl Clone for FloatingAttachPoints
Source§fn clone(&self) -> FloatingAttachPoints
fn clone(&self) -> FloatingAttachPoints
Returns a duplicate 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 FloatingAttachPoints
impl Debug for FloatingAttachPoints
Source§impl Default for FloatingAttachPoints
impl Default for FloatingAttachPoints
Source§fn default() -> FloatingAttachPoints
fn default() -> FloatingAttachPoints
Returns the “default value” for a type. Read more
impl Copy for FloatingAttachPoints
Auto Trait Implementations§
impl Freeze for FloatingAttachPoints
impl RefUnwindSafe for FloatingAttachPoints
impl Send for FloatingAttachPoints
impl Sync for FloatingAttachPoints
impl Unpin for FloatingAttachPoints
impl UnsafeUnpin for FloatingAttachPoints
impl UnwindSafe for FloatingAttachPoints
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