#[repr(C)]pub struct _RPC_PROTSEQ_ENDPOINT {
pub RpcProtocolSequence: *mut c_uchar,
pub Endpoint: *mut c_uchar,
}
Fields§
§RpcProtocolSequence: *mut c_uchar
§Endpoint: *mut c_uchar
Trait Implementations§
Source§impl Clone for _RPC_PROTSEQ_ENDPOINT
impl Clone for _RPC_PROTSEQ_ENDPOINT
Source§fn clone(&self) -> _RPC_PROTSEQ_ENDPOINT
fn clone(&self) -> _RPC_PROTSEQ_ENDPOINT
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_ENDPOINT
impl Debug for _RPC_PROTSEQ_ENDPOINT
Source§impl Ord for _RPC_PROTSEQ_ENDPOINT
impl Ord for _RPC_PROTSEQ_ENDPOINT
Source§fn cmp(&self, other: &_RPC_PROTSEQ_ENDPOINT) -> Ordering
fn cmp(&self, other: &_RPC_PROTSEQ_ENDPOINT) -> 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_ENDPOINT
impl PartialEq for _RPC_PROTSEQ_ENDPOINT
Source§impl PartialOrd for _RPC_PROTSEQ_ENDPOINT
impl PartialOrd for _RPC_PROTSEQ_ENDPOINT
impl Copy for _RPC_PROTSEQ_ENDPOINT
impl Eq for _RPC_PROTSEQ_ENDPOINT
impl StructuralPartialEq for _RPC_PROTSEQ_ENDPOINT
Auto Trait Implementations§
impl Freeze for _RPC_PROTSEQ_ENDPOINT
impl RefUnwindSafe for _RPC_PROTSEQ_ENDPOINT
impl !Send for _RPC_PROTSEQ_ENDPOINT
impl !Sync for _RPC_PROTSEQ_ENDPOINT
impl Unpin for _RPC_PROTSEQ_ENDPOINT
impl UnwindSafe for _RPC_PROTSEQ_ENDPOINT
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