Enum windows_metadata::reader::SignatureKind
source · [−]pub enum SignatureKind {
Query(QueryPosition),
QueryOptional(QueryPosition),
ResultValue,
ResultVoid,
ReturnStruct,
ReturnVoid,
PreserveSig,
}
Variants
Query(QueryPosition)
QueryOptional(QueryPosition)
ResultValue
ResultVoid
ReturnStruct
ReturnVoid
PreserveSig
Trait Implementations
sourceimpl Clone for SignatureKind
impl Clone for SignatureKind
sourcefn clone(&self) -> SignatureKind
fn clone(&self) -> SignatureKind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl PartialEq<SignatureKind> for SignatureKind
impl PartialEq<SignatureKind> for SignatureKind
sourcefn eq(&self, other: &SignatureKind) -> bool
fn eq(&self, other: &SignatureKind) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SignatureKind) -> bool
fn ne(&self, other: &SignatureKind) -> bool
This method tests for !=
.
impl Copy for SignatureKind
impl Eq for SignatureKind
impl StructuralEq for SignatureKind
impl StructuralPartialEq for SignatureKind
Auto Trait Implementations
impl RefUnwindSafe for SignatureKind
impl Send for SignatureKind
impl Sync for SignatureKind
impl Unpin for SignatureKind
impl UnwindSafe for SignatureKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more