pub struct FpLibTable {
pub libs: Vec<Lib>,
}Expand description
a fp-lib-table
Fields§
§libs: Vec<Lib>the library references contained in the fp-lib-table
Trait Implementations§
Source§impl Clone for FpLibTable
impl Clone for FpLibTable
Source§fn clone(&self) -> FpLibTable
fn clone(&self) -> FpLibTable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FpLibTable
impl Debug for FpLibTable
Source§impl FromSexp for FpLibTable
impl FromSexp for FpLibTable
Auto Trait Implementations§
impl Freeze for FpLibTable
impl RefUnwindSafe for FpLibTable
impl Send for FpLibTable
impl Sync for FpLibTable
impl Unpin for FpLibTable
impl UnwindSafe for FpLibTable
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