Struct windows_sys::Win32::System::Rpc::NDR_CS_ROUTINES
[−]#[repr(C)]pub struct NDR_CS_ROUTINES {
pub pSizeConvertRoutines: *mut NDR_CS_SIZE_CONVERT_ROUTINES,
pub pTagGettingRoutines: *mut CS_TAG_GETTING_ROUTINE,
}
Expand description
Required features: "Win32_System_Rpc"
Fields
pSizeConvertRoutines: *mut NDR_CS_SIZE_CONVERT_ROUTINES
pTagGettingRoutines: *mut CS_TAG_GETTING_ROUTINE
Trait Implementations
impl Clone for NDR_CS_ROUTINES
impl Clone for NDR_CS_ROUTINES
impl Copy for NDR_CS_ROUTINES
Auto Trait Implementations
impl RefUnwindSafe for NDR_CS_ROUTINES
impl !Send for NDR_CS_ROUTINES
impl !Sync for NDR_CS_ROUTINES
impl Unpin for NDR_CS_ROUTINES
impl UnwindSafe for NDR_CS_ROUTINES
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