pub struct RelocatorCfg {
pub verbose: bool,
}Fields§
§verbose: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for RelocatorCfg
impl RefUnwindSafe for RelocatorCfg
impl Send for RelocatorCfg
impl Sync for RelocatorCfg
impl Unpin for RelocatorCfg
impl UnwindSafe for RelocatorCfg
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