#[repr(C)]pub struct WS_XML_WRITER_BINARY_ENCODING {
pub encoding: WS_XML_WRITER_ENCODING,
pub staticDictionary: *mut WS_XML_DICTIONARY,
pub dynamicStringCallback: WS_DYNAMIC_STRING_CALLBACK,
pub dynamicStringCallbackState: *mut c_void,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
, "Win32_Foundation"
Fields
encoding: WS_XML_WRITER_ENCODING
staticDictionary: *mut WS_XML_DICTIONARY
dynamicStringCallback: WS_DYNAMIC_STRING_CALLBACK
dynamicStringCallbackState: *mut c_void
Trait Implementations
impl Clone for WS_XML_WRITER_BINARY_ENCODING
impl Clone for WS_XML_WRITER_BINARY_ENCODING
impl Copy for WS_XML_WRITER_BINARY_ENCODING
Auto Trait Implementations
impl RefUnwindSafe for WS_XML_WRITER_BINARY_ENCODING
impl !Send for WS_XML_WRITER_BINARY_ENCODING
impl !Sync for WS_XML_WRITER_BINARY_ENCODING
impl Unpin for WS_XML_WRITER_BINARY_ENCODING
impl UnwindSafe for WS_XML_WRITER_BINARY_ENCODING
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more