#[repr(C)]pub struct KERB_QUERY_BINDING_CACHE_RESPONSE {
pub MessageType: KERB_PROTOCOL_MESSAGE_TYPE,
pub CountOfEntries: u32,
pub Entries: *mut KERB_BINDING_CACHE_ENTRY_DATA,
}
Fields§
§MessageType: KERB_PROTOCOL_MESSAGE_TYPE
§CountOfEntries: u32
§Entries: *mut KERB_BINDING_CACHE_ENTRY_DATA
Trait Implementations§
§impl Clone for KERB_QUERY_BINDING_CACHE_RESPONSE
impl Clone for KERB_QUERY_BINDING_CACHE_RESPONSE
impl Copy for KERB_QUERY_BINDING_CACHE_RESPONSE
Auto Trait Implementations§
impl RefUnwindSafe for KERB_QUERY_BINDING_CACHE_RESPONSE
impl !Send for KERB_QUERY_BINDING_CACHE_RESPONSE
impl !Sync for KERB_QUERY_BINDING_CACHE_RESPONSE
impl Unpin for KERB_QUERY_BINDING_CACHE_RESPONSE
impl UnwindSafe for KERB_QUERY_BINDING_CACHE_RESPONSE
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