pub enum ButteryUIWindowRelativePosition {
Centered,
}Variants§
Centered
Trait Implementations§
Source§impl Clone for ButteryUIWindowRelativePosition
impl Clone for ButteryUIWindowRelativePosition
Source§fn clone(&self) -> ButteryUIWindowRelativePosition
fn clone(&self) -> ButteryUIWindowRelativePosition
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 Default for ButteryUIWindowRelativePosition
impl Default for ButteryUIWindowRelativePosition
Source§fn default() -> ButteryUIWindowRelativePosition
fn default() -> ButteryUIWindowRelativePosition
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ButteryUIWindowRelativePosition
impl RefUnwindSafe for ButteryUIWindowRelativePosition
impl Send for ButteryUIWindowRelativePosition
impl Sync for ButteryUIWindowRelativePosition
impl Unpin for ButteryUIWindowRelativePosition
impl UnsafeUnpin for ButteryUIWindowRelativePosition
impl UnwindSafe for ButteryUIWindowRelativePosition
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