#[repr(C)]pub struct _RPC_PROTSEQ_VECTORW {
pub Count: c_uint,
pub Protseq: [*mut c_ushort; 1],
}
Fields§
§Count: c_uint
§Protseq: [*mut c_ushort; 1]
Trait Implementations§
Source§impl Clone for _RPC_PROTSEQ_VECTORW
impl Clone for _RPC_PROTSEQ_VECTORW
Source§fn clone(&self) -> _RPC_PROTSEQ_VECTORW
fn clone(&self) -> _RPC_PROTSEQ_VECTORW
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 moreSource§impl Debug for _RPC_PROTSEQ_VECTORW
impl Debug for _RPC_PROTSEQ_VECTORW
Source§impl Ord for _RPC_PROTSEQ_VECTORW
impl Ord for _RPC_PROTSEQ_VECTORW
Source§fn cmp(&self, other: &_RPC_PROTSEQ_VECTORW) -> Ordering
fn cmp(&self, other: &_RPC_PROTSEQ_VECTORW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _RPC_PROTSEQ_VECTORW
impl PartialEq for _RPC_PROTSEQ_VECTORW
Source§impl PartialOrd for _RPC_PROTSEQ_VECTORW
impl PartialOrd for _RPC_PROTSEQ_VECTORW
impl Copy for _RPC_PROTSEQ_VECTORW
impl Eq for _RPC_PROTSEQ_VECTORW
impl StructuralPartialEq for _RPC_PROTSEQ_VECTORW
Auto Trait Implementations§
impl Freeze for _RPC_PROTSEQ_VECTORW
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§
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