#[repr(C)]pub struct SparseIndexVectorUnion {
pub type_: SparseIndexVector,
pub value: *mut c_void,
}Fields§
§type_: SparseIndexVector§value: *mut c_voidTrait Implementations§
Source§impl Debug for SparseIndexVectorUnion
impl Debug for SparseIndexVectorUnion
Source§impl Default for SparseIndexVectorUnion
impl Default for SparseIndexVectorUnion
impl Eq for SparseIndexVectorUnion
Source§impl PartialEq for SparseIndexVectorUnion
impl PartialEq for SparseIndexVectorUnion
Source§fn eq(&self, other: &SparseIndexVectorUnion) -> bool
fn eq(&self, other: &SparseIndexVectorUnion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SparseIndexVectorUnion
Auto Trait Implementations§
impl !Send for SparseIndexVectorUnion
impl !Sync for SparseIndexVectorUnion
impl Freeze for SparseIndexVectorUnion
impl RefUnwindSafe for SparseIndexVectorUnion
impl Unpin for SparseIndexVectorUnion
impl UnsafeUnpin for SparseIndexVectorUnion
impl UnwindSafe for SparseIndexVectorUnion
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