#[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 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 Default for RPC_PROTSEQ_VECTORW
impl Default for RPC_PROTSEQ_VECTORW
Source§fn default() -> RPC_PROTSEQ_VECTORW
fn default() -> RPC_PROTSEQ_VECTORW
Returns the “default value” for a type. Read more
impl Copy 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