#[repr(C)]pub struct SignatureDef {
pub _base: Table,
}Fields§
§_base: TableTrait Implementations§
Source§impl Clone for SignatureDef
impl Clone for SignatureDef
Source§fn clone(&self) -> SignatureDef
fn clone(&self) -> SignatureDef
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 SignatureDef
Source§impl Debug for SignatureDef
impl Debug for SignatureDef
Source§impl Default for SignatureDef
impl Default for SignatureDef
Source§fn default() -> SignatureDef
fn default() -> SignatureDef
Returns the “default value” for a type. Read more
impl Eq for SignatureDef
Source§impl PartialEq for SignatureDef
impl PartialEq for SignatureDef
Source§fn eq(&self, other: &SignatureDef) -> bool
fn eq(&self, other: &SignatureDef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SignatureDef
Auto Trait Implementations§
impl Freeze for SignatureDef
impl RefUnwindSafe for SignatureDef
impl Send for SignatureDef
impl Sync for SignatureDef
impl Unpin for SignatureDef
impl UnsafeUnpin for SignatureDef
impl UnwindSafe for SignatureDef
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