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