Struct syntex_syntax::codemap::MultiByteChar
[−]
[src]
pub struct MultiByteChar { pub pos: BytePos, pub bytes: usize, }
Identifies an offset of a multi-byte character in a FileMap
Fields
pos | The absolute offset of the character in the CodeMap |
bytes | The number of bytes, >=2 |
Trait Implementations
Derived Implementations
impl PartialEq for MultiByteChar
[src]
fn eq(&self, __arg_0: &MultiByteChar) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &MultiByteChar) -> bool
This method tests for !=
.
impl Eq for MultiByteChar
[src]
impl Decodable for MultiByteChar
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<MultiByteChar, __D::Error>
impl Encodable for MultiByteChar
[src]
impl Clone for MultiByteChar
[src]
fn clone(&self) -> MultiByteChar
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more