Struct linker_set::LinkerSet
source · pub struct LinkerSet<T>where
T: 'static,{ /* private fields */ }Implementations§
Trait Implementations§
source§impl<T> IntoIterator for LinkerSet<T>where
T: 'static,
impl<T> IntoIterator for LinkerSet<T>where
T: 'static,
Auto Trait Implementations§
impl<T> Freeze for LinkerSet<T>
impl<T> RefUnwindSafe for LinkerSet<T>where
T: RefUnwindSafe,
impl<T> !Send for LinkerSet<T>
impl<T> !Sync for LinkerSet<T>
impl<T> Unpin for LinkerSet<T>
impl<T> UnwindSafe for LinkerSet<T>where
T: RefUnwindSafe,
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