#[repr(C)]pub struct lysc_type_num {
pub name: *const c_char,
pub exts: *mut lysc_ext_instance,
pub plugin: *mut lyplg_type,
pub basetype: Type,
pub refcount: u32,
pub range: *mut lysc_range,
}Fields§
§name: *const c_char§exts: *mut lysc_ext_instance§plugin: *mut lyplg_type§basetype: Type§refcount: u32§range: *mut lysc_rangeTrait Implementations§
Source§impl Clone for lysc_type_num
impl Clone for lysc_type_num
Source§fn clone(&self) -> lysc_type_num
fn clone(&self) -> lysc_type_num
Returns a duplicate 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 Debug for lysc_type_num
impl Debug for lysc_type_num
Source§impl Default for lysc_type_num
impl Default for lysc_type_num
impl Copy for lysc_type_num
Auto Trait Implementations§
impl Freeze for lysc_type_num
impl RefUnwindSafe for lysc_type_num
impl !Send for lysc_type_num
impl !Sync for lysc_type_num
impl Unpin for lysc_type_num
impl UnwindSafe for lysc_type_num
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