#[repr(C)]pub struct _SERVICE_TABLE_ENTRYW {
pub lpServiceName: LPWSTR,
pub lpServiceProc: LPSERVICE_MAIN_FUNCTIONW,
}Fields§
§lpServiceName: LPWSTR§lpServiceProc: LPSERVICE_MAIN_FUNCTIONWTrait Implementations§
Source§impl Clone for _SERVICE_TABLE_ENTRYW
impl Clone for _SERVICE_TABLE_ENTRYW
Source§fn clone(&self) -> _SERVICE_TABLE_ENTRYW
fn clone(&self) -> _SERVICE_TABLE_ENTRYW
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 moreSource§impl Debug for _SERVICE_TABLE_ENTRYW
impl Debug for _SERVICE_TABLE_ENTRYW
impl Copy for _SERVICE_TABLE_ENTRYW
Auto Trait Implementations§
impl Freeze for _SERVICE_TABLE_ENTRYW
impl RefUnwindSafe for _SERVICE_TABLE_ENTRYW
impl !Send for _SERVICE_TABLE_ENTRYW
impl !Sync for _SERVICE_TABLE_ENTRYW
impl Unpin for _SERVICE_TABLE_ENTRYW
impl UnwindSafe for _SERVICE_TABLE_ENTRYW
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