Enum surfman::surface::Framebuffer
source · pub(crate) enum Framebuffer<S, E> {
None,
External(E),
Surface(S),
}
Variants§
Auto Trait Implementations§
impl<S, E> Freeze for Framebuffer<S, E>
impl<S, E> RefUnwindSafe for Framebuffer<S, E>where
E: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, E> Send for Framebuffer<S, E>
impl<S, E> Sync for Framebuffer<S, E>
impl<S, E> Unpin for Framebuffer<S, E>
impl<S, E> UnwindSafe for Framebuffer<S, E>where
E: UnwindSafe,
S: UnwindSafe,
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