Struct VDS_PORT_NOTIFICATION
#[repr(C)]pub struct VDS_PORT_NOTIFICATION {
pub ulEvent: VDS_NF_PORT,
pub portId: GUID,
}
Fields§
§ulEvent: VDS_NF_PORT
§portId: GUID
Trait Implementations§
§impl Clone for VDS_PORT_NOTIFICATION
impl Clone for VDS_PORT_NOTIFICATION
§fn clone(&self) -> VDS_PORT_NOTIFICATION
fn clone(&self) -> VDS_PORT_NOTIFICATION
Returns a copy 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 more§impl Debug for VDS_PORT_NOTIFICATION
impl Debug for VDS_PORT_NOTIFICATION
§impl Default for VDS_PORT_NOTIFICATION
impl Default for VDS_PORT_NOTIFICATION
§impl PartialEq for VDS_PORT_NOTIFICATION
impl PartialEq for VDS_PORT_NOTIFICATION
impl Copy for VDS_PORT_NOTIFICATION
impl StructuralPartialEq for VDS_PORT_NOTIFICATION
Auto Trait Implementations§
impl Freeze for VDS_PORT_NOTIFICATION
impl RefUnwindSafe for VDS_PORT_NOTIFICATION
impl Send for VDS_PORT_NOTIFICATION
impl Sync for VDS_PORT_NOTIFICATION
impl Unpin for VDS_PORT_NOTIFICATION
impl UnwindSafe for VDS_PORT_NOTIFICATION
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