Enum simics::util::LibraryType
source · pub enum LibraryType {
Static,
Dynamic,
}
Expand description
A library file type
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LibraryType
impl RefUnwindSafe for LibraryType
impl Send for LibraryType
impl Sync for LibraryType
impl Unpin for LibraryType
impl UnwindSafe for LibraryType
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