#[repr(C)]pub struct SHTypeInfo {
    pub basicType: SHType,
    pub details: SHTypeInfo_Details,
    pub fixedSize: u32,
    pub innerType: SHType,
    pub recursiveSelf: SHBool,
}Fields§
§basicType: SHType§details: SHTypeInfo_Details§fixedSize: u32§innerType: SHType§recursiveSelf: SHBoolImplementations§
Trait Implementations§
Source§impl Clone for SHTypeInfo
 
impl Clone for SHTypeInfo
Source§fn clone(&self) -> SHTypeInfo
 
fn clone(&self) -> SHTypeInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Default for SHTypeInfo
 
impl Default for SHTypeInfo
impl Copy for SHTypeInfo
impl Sync for SHTypeInfo
Auto Trait Implementations§
impl Freeze for SHTypeInfo
impl RefUnwindSafe for SHTypeInfo
impl !Send for SHTypeInfo
impl Unpin for SHTypeInfo
impl UnwindSafe for SHTypeInfo
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