#[repr(C)]pub struct _RPC_PROTSEQ_VECTORA {
pub Count: c_uint,
pub Protseq: [*mut c_uchar; 1],
}Fields§
§Count: c_uint§Protseq: [*mut c_uchar; 1]Trait Implementations§
Source§impl Clone for _RPC_PROTSEQ_VECTORA
impl Clone for _RPC_PROTSEQ_VECTORA
Source§fn clone(&self) -> _RPC_PROTSEQ_VECTORA
fn clone(&self) -> _RPC_PROTSEQ_VECTORA
Returns a duplicate 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 moreSource§impl Debug for _RPC_PROTSEQ_VECTORA
impl Debug for _RPC_PROTSEQ_VECTORA
impl Copy 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