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