#[repr(C)]pub struct NDR64_NON_CONFORMANT_STRING_FORMAT {
pub Header: NDR64_STRING_HEADER_FORMAT,
pub TotalSize: u32,
}
Expand description
Required features: ‘Win32_System_Rpc’
Fields
Header: NDR64_STRING_HEADER_FORMAT
TotalSize: u32
Trait Implementations
impl Clone for NDR64_NON_CONFORMANT_STRING_FORMAT
impl Clone for NDR64_NON_CONFORMANT_STRING_FORMAT
impl Copy for NDR64_NON_CONFORMANT_STRING_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for NDR64_NON_CONFORMANT_STRING_FORMAT
impl Send for NDR64_NON_CONFORMANT_STRING_FORMAT
impl Sync for NDR64_NON_CONFORMANT_STRING_FORMAT
impl Unpin for NDR64_NON_CONFORMANT_STRING_FORMAT
impl UnwindSafe for NDR64_NON_CONFORMANT_STRING_FORMAT
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