Enum target_lexicon::PointerWidth
source · pub enum PointerWidth {
U16,
U32,
U64,
}
Expand description
The width of a pointer (in the default address space).
Variants§
Implementations§
Trait Implementations§
source§impl Clone for PointerWidth
impl Clone for PointerWidth
source§fn clone(&self) -> PointerWidth
fn clone(&self) -> PointerWidth
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 more