#[repr(transparent)]pub struct BGMode {
pub repr: i32,
}
Expand description
This enum type specifies the background mode
Fields§
§repr: i32
Implementations§
Source§impl BGMode
impl BGMode
pub const TransparentMode: Self
pub const OpaqueMode: Self
Trait Implementations§
Source§impl ExternType for BGMode
impl ExternType for BGMode
impl Copy for BGMode
impl Eq for BGMode
impl StructuralPartialEq for BGMode
Auto Trait Implementations§
impl Freeze for BGMode
impl RefUnwindSafe for BGMode
impl Send for BGMode
impl Sync for BGMode
impl Unpin for BGMode
impl UnwindSafe for BGMode
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