Trait libgir::analysis::types::IsVolatile
source · pub trait IsVolatile {
// Required method
fn is_volatile(&self) -> bool;
}
Expand description
Checks if given type has volatile qualifier.
pub trait IsVolatile {
// Required method
fn is_volatile(&self) -> bool;
}
Checks if given type has volatile qualifier.