#[repr(C)]pub struct FullScreenMode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl FullScreenMode
impl FullScreenMode
pub fn exclusive_full_screen() -> Self
pub fn full_screen_window() -> Self
pub fn maximized_window() -> Self
pub fn windowed() -> Self
Trait Implementations§
Source§impl ClassIdentity for FullScreenMode
impl ClassIdentity for FullScreenMode
Source§impl Clone for FullScreenMode
impl Clone for FullScreenMode
Source§fn clone(&self) -> FullScreenMode
fn clone(&self) -> FullScreenMode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FullScreenMode
impl Debug for FullScreenMode
Source§impl PartialEq for FullScreenMode
impl PartialEq for FullScreenMode
impl Copy for FullScreenMode
impl Eq for FullScreenMode
impl StructuralPartialEq for FullScreenMode
Auto Trait Implementations§
impl Freeze for FullScreenMode
impl RefUnwindSafe for FullScreenMode
impl Send for FullScreenMode
impl Sync for FullScreenMode
impl Unpin for FullScreenMode
impl UnwindSafe for FullScreenMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)