Struct target_lexicon::DefaultToHost
source · pub struct DefaultToHost(pub Triple);
Expand description
A simple wrapper around Triple
that provides an implementation of
Default
which defaults to Triple::host()
.
Tuple Fields§
§0: Triple
Trait Implementations§
source§impl Clone for DefaultToHost
impl Clone for DefaultToHost
source§fn clone(&self) -> DefaultToHost
fn clone(&self) -> DefaultToHost
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 moresource§impl Debug for DefaultToHost
impl Debug for DefaultToHost
source§impl Default for DefaultToHost
impl Default for DefaultToHost
source§impl Hash for DefaultToHost
impl Hash for DefaultToHost
source§impl PartialEq for DefaultToHost
impl PartialEq for DefaultToHost
impl Eq for DefaultToHost
impl StructuralPartialEq for DefaultToHost
Auto Trait Implementations§
impl Freeze for DefaultToHost
impl RefUnwindSafe for DefaultToHost
impl Send for DefaultToHost
impl Sync for DefaultToHost
impl Unpin for DefaultToHost
impl UnwindSafe for DefaultToHost
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)