pub enum DevCapTransparentBg {
Unset,
No,
Fully,
Semi,
}
Variants
Unset
No
Fully
Semi
Auto Trait Implementations
impl RefUnwindSafe for DevCapTransparentBg
impl Send for DevCapTransparentBg
impl Sync for DevCapTransparentBg
impl Unpin for DevCapTransparentBg
impl UnwindSafe for DevCapTransparentBg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more