Struct windows_sys::Win32::System::Rpc::RPC_VERSION
#[repr(C)]pub struct RPC_VERSION {
pub MajorVersion: u16,
pub MinorVersion: u16,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more