#[repr(C)]pub struct SecPkgContext_ClientSpecifiedTarget {
pub sTargetName: *mut u16,
}
Fields§
§sTargetName: *mut u16
Trait Implementations§
impl Copy for SecPkgContext_ClientSpecifiedTarget
Auto Trait Implementations§
impl RefUnwindSafe for SecPkgContext_ClientSpecifiedTarget
impl !Send for SecPkgContext_ClientSpecifiedTarget
impl !Sync for SecPkgContext_ClientSpecifiedTarget
impl Unpin for SecPkgContext_ClientSpecifiedTarget
impl UnwindSafe for SecPkgContext_ClientSpecifiedTarget
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