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