pub type JSConstIntegerSpec = JSConstScalarSpec;
Aliased Type§
struct JSConstIntegerSpec {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations
Source§impl Clone for JSConstScalarSpec
impl Clone for JSConstScalarSpec
Source§fn clone(&self) -> JSConstScalarSpec
fn clone(&self) -> JSConstScalarSpec
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 more