pub struct WindowCreationAttributes { /* private fields */ }Implementations§
Source§impl WindowCreationAttributes
impl WindowCreationAttributes
pub fn set_background_pixmap(self, new_value: u32) -> Self
pub fn set_background_pixel(self, new_value: u32) -> Self
pub fn set_border_pixmap(self, new_value: u32) -> Self
pub fn set_border_pixel(self, new_value: u32) -> Self
pub fn set_bit_gravity(self, new_value: u32) -> Self
pub fn set_win_gravity(self, new_value: u32) -> Self
pub fn set_backing_store(self, new_value: u32) -> Self
pub fn set_backing_planes(self, new_value: u32) -> Self
pub fn set_backing_pixel(self, new_value: u32) -> Self
pub fn set_override_redirect(self, new_value: u32) -> Self
pub fn set_save_under(self, new_value: u32) -> Self
pub fn set_event_mask(self, new_value: EventType) -> Self
pub fn set_do_not_propagate_mask(self, new_value: u32) -> Self
pub fn set_colormap(self, new_value: u32) -> Self
pub fn set_cursor(self, new_value: u32) -> Self
Trait Implementations§
Source§impl Clone for WindowCreationAttributes
impl Clone for WindowCreationAttributes
Source§fn clone(&self) -> WindowCreationAttributes
fn clone(&self) -> WindowCreationAttributes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WindowCreationAttributes
impl Debug for WindowCreationAttributes
Auto Trait Implementations§
impl Freeze for WindowCreationAttributes
impl RefUnwindSafe for WindowCreationAttributes
impl Send for WindowCreationAttributes
impl Sync for WindowCreationAttributes
impl Unpin for WindowCreationAttributes
impl UnwindSafe for WindowCreationAttributes
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