Struct SecPkgContext_Target
#[repr(C)]pub struct SecPkgContext_Target {
pub TargetLength: u32,
pub Target: PSTR,
}
Fields§
§TargetLength: u32
§Target: PSTR
Trait Implementations§
§impl Clone for SecPkgContext_Target
impl Clone for SecPkgContext_Target
§fn clone(&self) -> SecPkgContext_Target
fn clone(&self) -> SecPkgContext_Target
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_Target
Auto Trait Implementations§
impl Freeze for SecPkgContext_Target
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