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