Struct windows_sys::Win32::System::Rpc::RPC_VERSION
[−]Expand description
Required features: "Win32_System_Rpc"
Fields
MajorVersion: u16
MinorVersion: u16
Trait Implementations
impl Clone for RPC_VERSION
impl Clone for RPC_VERSION
impl Copy for RPC_VERSION
Auto Trait Implementations
impl RefUnwindSafe for RPC_VERSION
impl Send for RPC_VERSION
impl Sync for RPC_VERSION
impl Unpin for RPC_VERSION
impl UnwindSafe for RPC_VERSION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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