#[repr(C)]pub struct SERVER_INFO_1005 {
pub sv1005_comment: PWSTR,
}Fields§
§sv1005_comment: PWSTRTrait Implementations§
§impl Clone for SERVER_INFO_1005
impl Clone for SERVER_INFO_1005
impl Copy for SERVER_INFO_1005
Auto Trait Implementations§
impl RefUnwindSafe for SERVER_INFO_1005
impl !Send for SERVER_INFO_1005
impl !Sync for SERVER_INFO_1005
impl Unpin for SERVER_INFO_1005
impl UnwindSafe for SERVER_INFO_1005
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