Struct gimli::BigEndian [−][src]
pub struct BigEndian;
Big endian byte order.
Trait Implementations
impl Clone for BigEndian
[src]
impl Clone for BigEndian
[src]fn clone(&self) -> BigEndian
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Endianity for BigEndian
[src]
impl Endianity for BigEndian
[src]fn is_big_endian(self) -> bool
[src]
fn is_little_endian(self) -> bool
[src]
fn read_u16(self, buf: &[u8]) -> u16
[src]
fn read_u32(self, buf: &[u8]) -> u32
[src]
fn read_u64(self, buf: &[u8]) -> u64
[src]
fn read_uint(&mut self, buf: &[u8]) -> u64
[src]
fn read_i16(self, buf: &[u8]) -> i16
[src]
fn read_i32(self, buf: &[u8]) -> i32
[src]
fn read_i64(self, buf: &[u8]) -> i64
[src]
fn read_f32(self, buf: &[u8]) -> f32
[src]
fn read_f64(self, buf: &[u8]) -> f64
[src]
fn write_u16(self, buf: &mut [u8], n: u16)
[src]
fn write_u32(self, buf: &mut [u8], n: u32)
[src]
fn write_u64(self, buf: &mut [u8], n: u64)
[src]
impl Copy for BigEndian
[src]
impl Eq for BigEndian
[src]
impl StructuralEq for BigEndian
[src]
impl StructuralPartialEq for BigEndian
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.