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