Struct windows_sys::Win32::System::Services::SERVICE_DESCRIPTIONW
[−]#[repr(C)]pub struct SERVICE_DESCRIPTIONW {
pub lpDescription: PWSTR,
}
Expand description
Required features: "Win32_System_Services"
Fields
lpDescription: PWSTR
Trait Implementations
impl Clone for SERVICE_DESCRIPTIONW
impl Clone for SERVICE_DESCRIPTIONW
impl Copy for SERVICE_DESCRIPTIONW
Auto Trait Implementations
impl RefUnwindSafe for SERVICE_DESCRIPTIONW
impl !Send for SERVICE_DESCRIPTIONW
impl !Sync for SERVICE_DESCRIPTIONW
impl Unpin for SERVICE_DESCRIPTIONW
impl UnwindSafe for SERVICE_DESCRIPTIONW
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