#[repr(C)]pub struct WS_XML_READER_ENCODING {
pub encodingType: WS_XML_READER_ENCODING_TYPE,
}
Expand description
Required features: ‘Win32_Networking_WindowsWebServices’
Fields
encodingType: WS_XML_READER_ENCODING_TYPE
Trait Implementations
impl Clone for WS_XML_READER_ENCODING
impl Clone for WS_XML_READER_ENCODING
impl Copy for WS_XML_READER_ENCODING
Auto Trait Implementations
impl RefUnwindSafe for WS_XML_READER_ENCODING
impl Send for WS_XML_READER_ENCODING
impl Sync for WS_XML_READER_ENCODING
impl Unpin for WS_XML_READER_ENCODING
impl UnwindSafe for WS_XML_READER_ENCODING
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more