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