#[repr(C)]pub struct DtobCustomType {
pub code: u16,
pub name: *mut c_char,
pub opcodes: [u16; 15],
pub n_opcodes: usize,
pub is_struct: u8,
}Fields§
§code: u16§name: *mut c_char§opcodes: [u16; 15]§n_opcodes: usize§is_struct: u8Trait Implementations§
Source§impl Clone for DtobCustomType
impl Clone for DtobCustomType
Source§fn clone(&self) -> DtobCustomType
fn clone(&self) -> DtobCustomType
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 DtobCustomType
impl Debug for DtobCustomType
impl Copy for DtobCustomType
Auto Trait Implementations§
impl Freeze for DtobCustomType
impl RefUnwindSafe for DtobCustomType
impl !Send for DtobCustomType
impl !Sync for DtobCustomType
impl Unpin for DtobCustomType
impl UnsafeUnpin for DtobCustomType
impl UnwindSafe for DtobCustomType
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