Struct scala_native_demangle::DemanglingConfig
source · pub struct DemanglingConfig {
pub collapse_scala_names: bool,
pub debug: bool,
}
Fields§
§collapse_scala_names: bool
§debug: bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DemanglingConfig
impl Send for DemanglingConfig
impl Sync for DemanglingConfig
impl Unpin for DemanglingConfig
impl UnwindSafe for DemanglingConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more