pub enum FuncArgType {
U8,
I8,
U16,
I16,
U32,
I32,
U64,
I64,
}Expand description
Some power of 2 in the range [8-64] inclusive
Variants§
Trait Implementations§
Source§impl Clone for FuncArgType
impl Clone for FuncArgType
Source§fn clone(&self) -> FuncArgType
fn clone(&self) -> FuncArgType
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 FuncArgType
impl Debug for FuncArgType
impl Copy for FuncArgType
Auto Trait Implementations§
impl Freeze for FuncArgType
impl RefUnwindSafe for FuncArgType
impl Send for FuncArgType
impl Sync for FuncArgType
impl Unpin for FuncArgType
impl UnsafeUnpin for FuncArgType
impl UnwindSafe for FuncArgType
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