pub enum RelativePlacement {
FullSize,
BelowOrAboveControl(Weak<dyn ControlObject>),
LeftOrRightControl(Weak<dyn ControlObject>),
}Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for RelativePlacement
impl !Send for RelativePlacement
impl !Sync for RelativePlacement
impl !UnwindSafe for RelativePlacement
impl Freeze for RelativePlacement
impl Unpin for RelativePlacement
impl UnsafeUnpin for RelativePlacement
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