#[repr(C)]pub struct WS_XML_READER_BINARY_ENCODING {
pub encoding: WS_XML_READER_ENCODING,
pub staticDictionary: *mut WS_XML_DICTIONARY,
pub dynamicDictionary: *mut WS_XML_DICTIONARY,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§encoding: WS_XML_READER_ENCODING
§staticDictionary: *mut WS_XML_DICTIONARY
§dynamicDictionary: *mut WS_XML_DICTIONARY
Trait Implementations§
§impl Clone for WS_XML_READER_BINARY_ENCODING
impl Clone for WS_XML_READER_BINARY_ENCODING
impl Copy for WS_XML_READER_BINARY_ENCODING
Auto Trait Implementations§
impl RefUnwindSafe for WS_XML_READER_BINARY_ENCODING
impl !Send for WS_XML_READER_BINARY_ENCODING
impl !Sync for WS_XML_READER_BINARY_ENCODING
impl Unpin for WS_XML_READER_BINARY_ENCODING
impl UnwindSafe for WS_XML_READER_BINARY_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