#[repr(C)]pub struct NEGOTIATE_PACKAGE_PREFIXES {
pub MessageType: u32,
pub PrefixCount: u32,
pub Offset: u32,
pub Pad: u32,
}Fields§
§MessageType: u32§PrefixCount: u32§Offset: u32§Pad: u32Trait Implementations§
§impl Clone for NEGOTIATE_PACKAGE_PREFIXES
impl Clone for NEGOTIATE_PACKAGE_PREFIXES
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§
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