Enum glutin::platform::unix::x11::util::FrameExtentsHeuristicPath [−][src]
pub enum FrameExtentsHeuristicPath {
Supported,
UnsupportedNested,
UnsupportedBordered,
}
Variants
Supported
UnsupportedNested
UnsupportedBordered
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FrameExtentsHeuristicPath
impl Send for FrameExtentsHeuristicPath
impl Sync for FrameExtentsHeuristicPath
impl Unpin for FrameExtentsHeuristicPath
impl UnwindSafe for FrameExtentsHeuristicPath
Blanket Implementations
Mutably borrows from an owned value. Read more