pub struct ForwardDeclEntry {
pub name: String,
pub kind: String,
}Expand description
<forward_dcl name="T" kind="STRUCT|UNION"/>.
Fields§
§name: StringType-Name.
kind: String“STRUCT” oder “UNION” — Spec laesst nur diese zwei zu.
Trait Implementations§
Source§impl Clone for ForwardDeclEntry
impl Clone for ForwardDeclEntry
Source§fn clone(&self) -> ForwardDeclEntry
fn clone(&self) -> ForwardDeclEntry
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 ForwardDeclEntry
impl Debug for ForwardDeclEntry
Source§impl Default for ForwardDeclEntry
impl Default for ForwardDeclEntry
Source§fn default() -> ForwardDeclEntry
fn default() -> ForwardDeclEntry
Returns the “default value” for a type. Read more
Source§impl PartialEq for ForwardDeclEntry
impl PartialEq for ForwardDeclEntry
Source§fn eq(&self, other: &ForwardDeclEntry) -> bool
fn eq(&self, other: &ForwardDeclEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ForwardDeclEntry
impl StructuralPartialEq for ForwardDeclEntry
Auto Trait Implementations§
impl Freeze for ForwardDeclEntry
impl RefUnwindSafe for ForwardDeclEntry
impl Send for ForwardDeclEntry
impl Sync for ForwardDeclEntry
impl Unpin for ForwardDeclEntry
impl UnsafeUnpin for ForwardDeclEntry
impl UnwindSafe for ForwardDeclEntry
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