pub struct EncodingRecord { /* private fields */ }Implementations§
Source§impl EncodingRecord
impl EncodingRecord
pub fn platform_id(&self) -> u16
pub fn encoding_id(&self) -> u16
pub fn offset(&self) -> u32
Auto Trait Implementations§
impl Freeze for EncodingRecord
impl RefUnwindSafe for EncodingRecord
impl Send for EncodingRecord
impl Sync for EncodingRecord
impl Unpin for EncodingRecord
impl UnsafeUnpin for EncodingRecord
impl UnwindSafe for EncodingRecord
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