Struct windows_sys::Win32::System::Rpc::RPC_IF_ID_VECTOR
[−]Expand description
Required features: "Win32_System_Rpc"
Fields
Count: u32
IfId: [*mut RPC_IF_ID; 1]
Trait Implementations
impl Clone for RPC_IF_ID_VECTOR
impl Clone for RPC_IF_ID_VECTOR
impl Copy for RPC_IF_ID_VECTOR
Auto Trait Implementations
impl RefUnwindSafe for RPC_IF_ID_VECTOR
impl !Send for RPC_IF_ID_VECTOR
impl !Sync for RPC_IF_ID_VECTOR
impl Unpin for RPC_IF_ID_VECTOR
impl UnwindSafe for RPC_IF_ID_VECTOR
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