Struct SECPKG_SHORT_VECTOR
#[repr(C)]pub struct SECPKG_SHORT_VECTOR {
pub ShortArrayOffset: u32,
pub ShortArrayCount: u16,
}
Fields§
§ShortArrayOffset: u32
§ShortArrayCount: u16
Trait Implementations§
§impl Clone for SECPKG_SHORT_VECTOR
impl Clone for SECPKG_SHORT_VECTOR
§fn clone(&self) -> SECPKG_SHORT_VECTOR
fn clone(&self) -> SECPKG_SHORT_VECTOR
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 SECPKG_SHORT_VECTOR
Auto Trait Implementations§
impl Freeze for SECPKG_SHORT_VECTOR
impl RefUnwindSafe for SECPKG_SHORT_VECTOR
impl Send for SECPKG_SHORT_VECTOR
impl Sync for SECPKG_SHORT_VECTOR
impl Unpin for SECPKG_SHORT_VECTOR
impl UnwindSafe for SECPKG_SHORT_VECTOR
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