Struct windows_sys::Win32::Networking::WindowsWebServices::WS_BYTES
[−]Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
length: u32
bytes: *mut u8
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WS_BYTES
impl !Send for WS_BYTES
impl !Sync for WS_BYTES
impl Unpin for WS_BYTES
impl UnwindSafe for WS_BYTES
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