Struct ExSetGlobalPosition
pub struct ExSetGlobalPosition<'ex> { /* private fields */ }Expand description
Default-param extender for Control::set_global_position_ex.
Implementations§
§impl<'ex> ExSetGlobalPosition<'ex>
impl<'ex> ExSetGlobalPosition<'ex>
pub fn keep_offsets(self, keep_offsets: bool) -> ExSetGlobalPosition<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExSetGlobalPosition<'ex>
impl<'ex> RefUnwindSafe for ExSetGlobalPosition<'ex>
impl<'ex> !Send for ExSetGlobalPosition<'ex>
impl<'ex> !Sync for ExSetGlobalPosition<'ex>
impl<'ex> Unpin for ExSetGlobalPosition<'ex>
impl<'ex> !UnwindSafe for ExSetGlobalPosition<'ex>
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