Struct windows_native::ntlpcapi::PORT_DATA_ENTRY
source ยท #[repr(C)]pub struct PORT_DATA_ENTRY {
pub Base: *mut c_void,
pub Size: u32,
}Fieldsยง
ยงBase: *mut c_voidยงSize: u32Trait Implementationsยง
sourceยงimpl Debug for PORT_DATA_ENTRY
impl Debug 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ยง
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