pub struct DynLink(pub Charset);
Expand description
Configuration details for dynamic linking
Tuple Fields§
§0: Charset
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynLink
impl !RefUnwindSafe for DynLink
impl Send for DynLink
impl Sync for DynLink
impl Unpin for DynLink
impl !UnwindSafe for DynLink
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