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