pub struct GetWindowBoundsParamsBuilder { /* private fields */ }Implementations§
Source§impl GetWindowBoundsParamsBuilder
impl GetWindowBoundsParamsBuilder
pub fn build(self) -> GetWindowBoundsParams
Auto Trait Implementations§
impl Freeze for GetWindowBoundsParamsBuilder
impl RefUnwindSafe for GetWindowBoundsParamsBuilder
impl Send for GetWindowBoundsParamsBuilder
impl Sync for GetWindowBoundsParamsBuilder
impl Unpin for GetWindowBoundsParamsBuilder
impl UnsafeUnpin for GetWindowBoundsParamsBuilder
impl UnwindSafe for GetWindowBoundsParamsBuilder
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