pub struct Pacdef { /* private fields */ }Expand description
Most data that is required during runtime of the program.
Implementations§
Auto Trait Implementations§
impl Freeze for Pacdef
impl RefUnwindSafe for Pacdef
impl Send for Pacdef
impl Sync for Pacdef
impl Unpin for Pacdef
impl UnwindSafe for Pacdef
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