pub enum DevCapTransparency {
Unset = 0,
No = 1,
Yes = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for DevCapTransparency
impl RefUnwindSafe for DevCapTransparency
impl Send for DevCapTransparency
impl Sync for DevCapTransparency
impl Unpin for DevCapTransparency
impl UnsafeUnpin for DevCapTransparency
impl UnwindSafe for DevCapTransparency
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