Struct ntapi::ntlpcapi::PORT_DATA_ENTRY
source · [−]Fields
Base: PVOID
Size: ULONG
Trait Implementations
sourceimpl Clone for PORT_DATA_ENTRY
impl Clone for PORT_DATA_ENTRY
sourcefn clone(&self) -> PORT_DATA_ENTRY
fn clone(&self) -> PORT_DATA_ENTRY
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 PORT_DATA_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for PORT_DATA_ENTRY
impl !Send for PORT_DATA_ENTRY
impl !Sync for PORT_DATA_ENTRY
impl Unpin for PORT_DATA_ENTRY
impl UnwindSafe for PORT_DATA_ENTRY
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