Struct zeromq_src::LibLocation
source · pub struct LibLocation { /* private fields */ }
Expand description
The location of a library.
Implementations§
Trait Implementations§
source§impl Clone for LibLocation
impl Clone for LibLocation
source§fn clone(&self) -> LibLocation
fn clone(&self) -> LibLocation
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for LibLocation
impl Send for LibLocation
impl Sync for LibLocation
impl Unpin for LibLocation
impl UnwindSafe for LibLocation
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