#[repr(transparent)]pub struct XPLMWindowLayer(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl XPLMWindowLayer
impl XPLMWindowLayer
pub const FlightOverlay: XPLMWindowLayer
Source§impl XPLMWindowLayer
impl XPLMWindowLayer
pub const FloatingWindows: XPLMWindowLayer
Source§impl XPLMWindowLayer
impl XPLMWindowLayer
pub const Modal: XPLMWindowLayer
Source§impl XPLMWindowLayer
impl XPLMWindowLayer
pub const GrowlNotifications: XPLMWindowLayer
Trait Implementations§
Source§impl Clone for XPLMWindowLayer
impl Clone for XPLMWindowLayer
Source§fn clone(&self) -> XPLMWindowLayer
fn clone(&self) -> XPLMWindowLayer
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 XPLMWindowLayer
impl Debug for XPLMWindowLayer
Source§impl Hash for XPLMWindowLayer
impl Hash for XPLMWindowLayer
Source§impl PartialEq for XPLMWindowLayer
impl PartialEq for XPLMWindowLayer
impl Copy for XPLMWindowLayer
impl Eq for XPLMWindowLayer
impl StructuralPartialEq for XPLMWindowLayer
Auto Trait Implementations§
impl Freeze for XPLMWindowLayer
impl RefUnwindSafe for XPLMWindowLayer
impl Send for XPLMWindowLayer
impl Sync for XPLMWindowLayer
impl Unpin for XPLMWindowLayer
impl UnwindSafe for XPLMWindowLayer
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