Struct windows_sys::Win32::System::Rpc::_NDR_CORRELATION_INFO
[−]#[repr(C)]pub struct _NDR_CORRELATION_INFO(pub u8);
Tuple Fields
0: u8
Auto Trait Implementations
impl RefUnwindSafe for _NDR_CORRELATION_INFO
impl Send for _NDR_CORRELATION_INFO
impl Sync for _NDR_CORRELATION_INFO
impl Unpin for _NDR_CORRELATION_INFO
impl UnwindSafe for _NDR_CORRELATION_INFO
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