Struct windows_sys::Win32::Security::Authentication::Identity::MSV1_0_AV_PAIR
#[repr(C)]pub struct MSV1_0_AV_PAIR {
pub AvId: u16,
pub AvLen: u16,
}
Fields§
§AvId: u16
§AvLen: u16
Trait Implementations§
§impl Clone for MSV1_0_AV_PAIR
impl Clone for MSV1_0_AV_PAIR
impl Copy for MSV1_0_AV_PAIR
Auto Trait Implementations§
impl RefUnwindSafe for MSV1_0_AV_PAIR
impl Send for MSV1_0_AV_PAIR
impl Sync for MSV1_0_AV_PAIR
impl Unpin for MSV1_0_AV_PAIR
impl UnwindSafe for MSV1_0_AV_PAIR
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