pub enum LinkingDirective {
Extern,
Visible,
Weak,
Common,
}Variants§
Trait Implementations§
Source§impl Clone for LinkingDirective
impl Clone for LinkingDirective
Source§fn clone(&self) -> LinkingDirective
fn clone(&self) -> LinkingDirective
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LinkingDirective
Source§impl Debug for LinkingDirective
impl Debug for LinkingDirective
impl Eq for LinkingDirective
Source§impl PartialEq for LinkingDirective
impl PartialEq for LinkingDirective
Source§fn eq(&self, other: &LinkingDirective) -> bool
fn eq(&self, other: &LinkingDirective) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LinkingDirective
Auto Trait Implementations§
impl Freeze for LinkingDirective
impl RefUnwindSafe for LinkingDirective
impl Send for LinkingDirective
impl Sync for LinkingDirective
impl Unpin for LinkingDirective
impl UnsafeUnpin for LinkingDirective
impl UnwindSafe for LinkingDirective
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