Trait libgir::analysis::types::DerivesCopy
source · pub trait DerivesCopy {
// Required method
fn derives_copy(&self, lib: &Library) -> bool;
}
Expand description
Checks if given type derives Copy trait.
pub trait DerivesCopy {
// Required method
fn derives_copy(&self, lib: &Library) -> bool;
}
Checks if given type derives Copy trait.