#[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§
Source§impl Clone for NEGOTIATE_PACKAGE_PREFIXES
impl Clone for NEGOTIATE_PACKAGE_PREFIXES
Source§fn clone(&self) -> NEGOTIATE_PACKAGE_PREFIXES
fn clone(&self) -> NEGOTIATE_PACKAGE_PREFIXES
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 NEGOTIATE_PACKAGE_PREFIXES
impl Default for NEGOTIATE_PACKAGE_PREFIXES
Source§fn default() -> NEGOTIATE_PACKAGE_PREFIXES
fn default() -> NEGOTIATE_PACKAGE_PREFIXES
Returns the “default value” for a type. Read more
impl Copy for NEGOTIATE_PACKAGE_PREFIXES
Auto Trait Implementations§
impl Freeze for NEGOTIATE_PACKAGE_PREFIXES
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§
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