#[repr(C)]pub struct RPC_IF_ID {
pub Uuid: GUID,
pub VersMajor: u16,
pub VersMinor: u16,
}
Fields§
§Uuid: GUID
§VersMajor: u16
§VersMinor: u16
Trait Implementations§
impl Copy for RPC_IF_ID
impl Eq for RPC_IF_ID
impl StructuralPartialEq for RPC_IF_ID
Auto Trait Implementations§
impl Freeze for RPC_IF_ID
impl RefUnwindSafe for RPC_IF_ID
impl Send for RPC_IF_ID
impl Sync for RPC_IF_ID
impl Unpin for RPC_IF_ID
impl UnwindSafe for RPC_IF_ID
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)