pub struct NativeSurfaceSet {
pub task: Surface,
pub frozen_scope: Surface,
pub job: Surface,
pub run: Surface,
pub verification_result: Surface,
pub evidence: Surface,
pub report: Surface,
pub failure_recovery: Surface,
pub replacement_session: Surface,
}Fields§
§task: Surface§frozen_scope: Surface§job: Surface§run: Surface§verification_result: Surface§evidence: Surface§report: Surface§failure_recovery: Surface§replacement_session: SurfaceImplementations§
Source§impl NativeSurfaceSet
impl NativeSurfaceSet
pub fn get(&self, family: NativeSurfaceFamily) -> &Surface
pub fn iter(&self) -> impl Iterator<Item = (NativeSurfaceFamily, &Surface)>
Trait Implementations§
Source§impl Clone for NativeSurfaceSet
impl Clone for NativeSurfaceSet
Source§fn clone(&self) -> NativeSurfaceSet
fn clone(&self) -> NativeSurfaceSet
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NativeSurfaceSet
impl Debug for NativeSurfaceSet
Source§impl PartialEq for NativeSurfaceSet
impl PartialEq for NativeSurfaceSet
impl StructuralPartialEq for NativeSurfaceSet
Auto Trait Implementations§
impl Freeze for NativeSurfaceSet
impl RefUnwindSafe for NativeSurfaceSet
impl Send for NativeSurfaceSet
impl Sync for NativeSurfaceSet
impl Unpin for NativeSurfaceSet
impl UnsafeUnpin for NativeSurfaceSet
impl UnwindSafe for NativeSurfaceSet
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