Struct windows_sys::Win32::System::Rpc::RPC_PROTSEQ_ENDPOINT
#[repr(C)]pub struct RPC_PROTSEQ_ENDPOINT {
pub RpcProtocolSequence: *mut u8,
pub Endpoint: *mut u8,
}
Fields§
§RpcProtocolSequence: *mut u8
§Endpoint: *mut u8
Trait Implementations§
§impl Clone for RPC_PROTSEQ_ENDPOINT
impl Clone for RPC_PROTSEQ_ENDPOINT
impl Copy for RPC_PROTSEQ_ENDPOINT
Auto Trait Implementations§
impl RefUnwindSafe for RPC_PROTSEQ_ENDPOINT
impl !Send for RPC_PROTSEQ_ENDPOINT
impl !Sync for RPC_PROTSEQ_ENDPOINT
impl Unpin for RPC_PROTSEQ_ENDPOINT
impl UnwindSafe for RPC_PROTSEQ_ENDPOINT
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