Struct windows_sys::Win32::System::Rpc::RPC_PROTSEQ_VECTORW
[−]Expand description
Required features: "Win32_System_Rpc"
Fields
Count: u32
Protseq: [*mut u16; 1]
Trait Implementations
impl Clone for RPC_PROTSEQ_VECTORW
impl Clone for RPC_PROTSEQ_VECTORW
impl Copy for RPC_PROTSEQ_VECTORW
Auto Trait Implementations
impl RefUnwindSafe for RPC_PROTSEQ_VECTORW
impl !Send for RPC_PROTSEQ_VECTORW
impl !Sync for RPC_PROTSEQ_VECTORW
impl Unpin for RPC_PROTSEQ_VECTORW
impl UnwindSafe for RPC_PROTSEQ_VECTORW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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