pub struct AnchoredPanelLayout {
pub rect: Rect,
pub side: Side,
pub align: Align,
pub arrow: Option<ArrowLayout>,
}Fields§
§rect: Rect§side: Side§align: Align§arrow: Option<ArrowLayout>Trait Implementations§
Source§impl Clone for AnchoredPanelLayout
impl Clone for AnchoredPanelLayout
Source§fn clone(&self) -> AnchoredPanelLayout
fn clone(&self) -> AnchoredPanelLayout
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 AnchoredPanelLayout
impl Debug for AnchoredPanelLayout
Source§impl PartialEq for AnchoredPanelLayout
impl PartialEq for AnchoredPanelLayout
impl Copy for AnchoredPanelLayout
impl StructuralPartialEq for AnchoredPanelLayout
Auto Trait Implementations§
impl Freeze for AnchoredPanelLayout
impl RefUnwindSafe for AnchoredPanelLayout
impl Send for AnchoredPanelLayout
impl Sync for AnchoredPanelLayout
impl Unpin for AnchoredPanelLayout
impl UnsafeUnpin for AnchoredPanelLayout
impl UnwindSafe for AnchoredPanelLayout
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