pub struct SurfacePluginDescriptor {
pub id: &'static str,
pub family: SurfaceFamily,
pub version: &'static str,
pub description: &'static str,
}Fields§
§id: &'static str§family: SurfaceFamily§version: &'static str§description: &'static strTrait Implementations§
Source§impl Clone for SurfacePluginDescriptor
impl Clone for SurfacePluginDescriptor
Source§fn clone(&self) -> SurfacePluginDescriptor
fn clone(&self) -> SurfacePluginDescriptor
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 moreimpl Copy for SurfacePluginDescriptor
Source§impl Debug for SurfacePluginDescriptor
impl Debug for SurfacePluginDescriptor
impl Eq for SurfacePluginDescriptor
Source§impl PartialEq for SurfacePluginDescriptor
impl PartialEq for SurfacePluginDescriptor
impl StructuralPartialEq for SurfacePluginDescriptor
Auto Trait Implementations§
impl Freeze for SurfacePluginDescriptor
impl RefUnwindSafe for SurfacePluginDescriptor
impl Send for SurfacePluginDescriptor
impl Sync for SurfacePluginDescriptor
impl Unpin for SurfacePluginDescriptor
impl UnsafeUnpin for SurfacePluginDescriptor
impl UnwindSafe for SurfacePluginDescriptor
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