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