#[repr(C)]pub struct MarkerHasTranslator {
pub _base: u8,
}Fields§
§_base: u8Trait Implementations§
Source§impl Clone for MarkerHasTranslator
impl Clone for MarkerHasTranslator
Source§fn clone(&self) -> MarkerHasTranslator
fn clone(&self) -> MarkerHasTranslator
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 moreSource§impl Debug for MarkerHasTranslator
impl Debug for MarkerHasTranslator
Source§impl PartialEq for MarkerHasTranslator
impl PartialEq for MarkerHasTranslator
Source§fn eq(&self, other: &MarkerHasTranslator) -> bool
fn eq(&self, other: &MarkerHasTranslator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MarkerHasTranslator
impl StructuralPartialEq for MarkerHasTranslator
Auto Trait Implementations§
impl Freeze for MarkerHasTranslator
impl RefUnwindSafe for MarkerHasTranslator
impl Send for MarkerHasTranslator
impl Sync for MarkerHasTranslator
impl Unpin for MarkerHasTranslator
impl UnsafeUnpin for MarkerHasTranslator
impl UnwindSafe for MarkerHasTranslator
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