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