pub struct LinkerScript;
Implementations§
Auto Trait Implementations§
impl Freeze for LinkerScript
impl RefUnwindSafe for LinkerScript
impl Send for LinkerScript
impl Sync for LinkerScript
impl Unpin for LinkerScript
impl UnwindSafe for LinkerScript
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