#[repr(C)]pub struct M3FuncType {
pub next: *mut M3FuncType,
pub numArgs: u32_,
pub returnType: u8_,
pub argTypes: [u8_; 3],
}
Fields§
§next: *mut M3FuncType
§numArgs: u32_
§returnType: u8_
§argTypes: [u8_; 3]
Trait Implementations§
Source§impl Clone for M3FuncType
impl Clone for M3FuncType
Source§fn clone(&self) -> M3FuncType
fn clone(&self) -> M3FuncType
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 moreimpl Copy for M3FuncType
Auto Trait Implementations§
impl Freeze for M3FuncType
impl RefUnwindSafe for M3FuncType
impl !Send for M3FuncType
impl !Sync for M3FuncType
impl Unpin for M3FuncType
impl UnwindSafe for M3FuncType
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