Struct windows_sys::Wdk::Storage::FileSystem::SEC_NEGOTIATION_INFO
#[repr(C)]pub struct SEC_NEGOTIATION_INFO {
pub Size: u32,
pub NameLength: u32,
pub Name: *mut u16,
pub Reserved: *mut c_void,
}
Fields§
§Size: u32
§NameLength: u32
§Name: *mut u16
§Reserved: *mut c_void
Trait Implementations§
§impl Clone for SEC_NEGOTIATION_INFO
impl Clone for SEC_NEGOTIATION_INFO
impl Copy for SEC_NEGOTIATION_INFO
Auto Trait Implementations§
impl RefUnwindSafe for SEC_NEGOTIATION_INFO
impl !Send for SEC_NEGOTIATION_INFO
impl !Sync for SEC_NEGOTIATION_INFO
impl Unpin for SEC_NEGOTIATION_INFO
impl UnwindSafe for SEC_NEGOTIATION_INFO
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