Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyRustderive macrosSingle-choice MCQ

Given this derive, which statement is true?

#[derive(Clone)] struct Point { x: i32, y: i32 }