#[repr(C)]pub struct WS_XML_BASE64_TEXT {
pub text: WS_XML_TEXT,
pub bytes: *mut u8,
pub length: u32,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
text: WS_XML_TEXT
bytes: *mut u8
length: u32
Trait Implementations
impl Clone for WS_XML_BASE64_TEXT
impl Clone for WS_XML_BASE64_TEXT
impl Copy for WS_XML_BASE64_TEXT
Auto Trait Implementations
impl RefUnwindSafe for WS_XML_BASE64_TEXT
impl !Send for WS_XML_BASE64_TEXT
impl !Sync for WS_XML_BASE64_TEXT
impl Unpin for WS_XML_BASE64_TEXT
impl UnwindSafe for WS_XML_BASE64_TEXT
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