pub struct BGMode(/* private fields */);
Expand description
Implementations§
Source§impl BGMode
impl BGMode
Sourcepub const TransparentMode: BGMode
pub const TransparentMode: BGMode
C++ enum variant: TransparentMode = 0
Sourcepub const OpaqueMode: BGMode
pub const OpaqueMode: BGMode
C++ enum variant: OpaqueMode = 1
Trait Implementations§
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