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