Struct windows_sys::Win32::Security::Authentication::Identity::SecPkgContext_Target
#[repr(C)]pub struct SecPkgContext_Target {
pub TargetLength: u32,
pub Target: PSTR,
}Fields§
§TargetLength: u32§Target: PSTRTrait Implementations§
§impl Clone for SecPkgContext_Target
impl Clone for SecPkgContext_Target
impl Copy for SecPkgContext_Target
Auto Trait Implementations§
impl RefUnwindSafe for SecPkgContext_Target
impl !Send for SecPkgContext_Target
impl !Sync for SecPkgContext_Target
impl Unpin for SecPkgContext_Target
impl UnwindSafe for SecPkgContext_Target
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