pub enum StructKind {
Input,
Object,
Interface,
}Expand description
Which SDL declaration a struct codec came from. Carried so a backend can label the declaration in its own idiom; it does not affect the wire format.
Variants§
Trait Implementations§
Source§impl Clone for StructKind
impl Clone for StructKind
Source§fn clone(&self) -> StructKind
fn clone(&self) -> StructKind
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 StructKind
Source§impl Debug for StructKind
impl Debug for StructKind
impl Eq for StructKind
Source§impl PartialEq for StructKind
impl PartialEq for StructKind
Source§fn eq(&self, other: &StructKind) -> bool
fn eq(&self, other: &StructKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StructKind
Auto Trait Implementations§
impl Freeze for StructKind
impl RefUnwindSafe for StructKind
impl Send for StructKind
impl Sync for StructKind
impl Unpin for StructKind
impl UnsafeUnpin for StructKind
impl UnwindSafe for StructKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.