#[repr(C)]pub struct NEGOTIATE_PACKAGE_PREFIXES {
pub MessageType: ULONG,
pub PrefixCount: ULONG,
pub Offset: ULONG,
pub Pad: ULONG,
}
Fields
MessageType: ULONG
PrefixCount: ULONG
Offset: ULONG
Pad: ULONG
Trait Implementations
sourceimpl Clone for NEGOTIATE_PACKAGE_PREFIXES
impl Clone for NEGOTIATE_PACKAGE_PREFIXES
sourcefn clone(&self) -> NEGOTIATE_PACKAGE_PREFIXES
fn clone(&self) -> NEGOTIATE_PACKAGE_PREFIXES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for NEGOTIATE_PACKAGE_PREFIXES
Auto Trait Implementations
impl RefUnwindSafe for NEGOTIATE_PACKAGE_PREFIXES
impl Send for NEGOTIATE_PACKAGE_PREFIXES
impl Sync for NEGOTIATE_PACKAGE_PREFIXES
impl Unpin for NEGOTIATE_PACKAGE_PREFIXES
impl UnwindSafe for NEGOTIATE_PACKAGE_PREFIXES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more