Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Rust
easy
Rust
derive macros
Single-choice MCQ
Given this derive, which statement is true?
#[derive(Clone)] struct Point { x: i32, y: i32 }