Struct windows::Win32::System::Rpc::RPC_PROTSEQ_VECTORA
#[repr(C)]pub struct RPC_PROTSEQ_VECTORA {
pub Count: u32,
pub Protseq: [*mut u8; 1],
}
Fields§
§Count: u32
§Protseq: [*mut u8; 1]
Trait Implementations§
§impl Clone for RPC_PROTSEQ_VECTORA
impl Clone for RPC_PROTSEQ_VECTORA
§fn clone(&self) -> RPC_PROTSEQ_VECTORA
fn clone(&self) -> RPC_PROTSEQ_VECTORA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for RPC_PROTSEQ_VECTORA
impl Debug for RPC_PROTSEQ_VECTORA
§impl Default for RPC_PROTSEQ_VECTORA
impl Default for RPC_PROTSEQ_VECTORA
§impl PartialEq for RPC_PROTSEQ_VECTORA
impl PartialEq for RPC_PROTSEQ_VECTORA
§fn eq(&self, other: &RPC_PROTSEQ_VECTORA) -> bool
fn eq(&self, other: &RPC_PROTSEQ_VECTORA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RPC_PROTSEQ_VECTORA
impl Eq for RPC_PROTSEQ_VECTORA
impl StructuralPartialEq for RPC_PROTSEQ_VECTORA
Auto Trait Implementations§
impl Freeze for RPC_PROTSEQ_VECTORA
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§
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
)