Struct SecPkgContext_ClientSpecifiedTarget
#[repr(C)]pub struct SecPkgContext_ClientSpecifiedTarget {
pub sTargetName: *mut u16,
}
Fields§
§sTargetName: *mut u16
Trait Implementations§
§impl Clone for SecPkgContext_ClientSpecifiedTarget
impl Clone for SecPkgContext_ClientSpecifiedTarget
§fn clone(&self) -> SecPkgContext_ClientSpecifiedTarget
fn clone(&self) -> SecPkgContext_ClientSpecifiedTarget
Returns a copy 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 moreimpl Copy for SecPkgContext_ClientSpecifiedTarget
Auto Trait Implementations§
impl Freeze for SecPkgContext_ClientSpecifiedTarget
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