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