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