#[repr(C)]pub struct WS_XML_READER_RAW_ENCODING {
pub encoding: WS_XML_READER_ENCODING,
}
Fields§
§encoding: WS_XML_READER_ENCODING
Trait Implementations§
§impl Clone for WS_XML_READER_RAW_ENCODING
impl Clone for WS_XML_READER_RAW_ENCODING
impl Copy for WS_XML_READER_RAW_ENCODING
Auto Trait Implementations§
impl RefUnwindSafe for WS_XML_READER_RAW_ENCODING
impl Send for WS_XML_READER_RAW_ENCODING
impl Sync for WS_XML_READER_RAW_ENCODING
impl Unpin for WS_XML_READER_RAW_ENCODING
impl UnwindSafe for WS_XML_READER_RAW_ENCODING
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