Struct godot_core::classes::control::ExSetAnchor
source · pub struct ExSetAnchor<'a> { /* private fields */ }
Expand description
Default-param extender for Control::set_anchor_ex
.
Implementations§
source§impl<'a> ExSetAnchor<'a>
impl<'a> ExSetAnchor<'a>
pub fn keep_offset(self, value: bool) -> Self
pub fn push_opposite_anchor(self, value: bool) -> Self
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