#[repr(C)]pub struct LPC_CLIENT_DIED_MSG64 {
pub PortMsg: PORT_MESSAGE64,
pub CreateTime: LARGE_INTEGER,
}Fields§
§PortMsg: PORT_MESSAGE64§CreateTime: LARGE_INTEGERTrait Implementations§
Source§impl Clone for LPC_CLIENT_DIED_MSG64
impl Clone for LPC_CLIENT_DIED_MSG64
Source§fn clone(&self) -> LPC_CLIENT_DIED_MSG64
fn clone(&self) -> LPC_CLIENT_DIED_MSG64
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 moreimpl Copy for LPC_CLIENT_DIED_MSG64
Auto Trait Implementations§
impl Freeze for LPC_CLIENT_DIED_MSG64
impl RefUnwindSafe for LPC_CLIENT_DIED_MSG64
impl Send for LPC_CLIENT_DIED_MSG64
impl Sync for LPC_CLIENT_DIED_MSG64
impl Unpin for LPC_CLIENT_DIED_MSG64
impl UnwindSafe for LPC_CLIENT_DIED_MSG64
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