pub struct LibTable { /* private fields */ }
Expand description
Contains all the SF shared libs needs to be loaded for mssf.
Auto Trait Implementations§
impl Freeze for LibTable
impl RefUnwindSafe for LibTable
impl Send for LibTable
impl Sync for LibTable
impl Unpin for LibTable
impl UnwindSafe for LibTable
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