Struct windows_native::ntexapi::SM_STORE_LIST_REQUEST_EX
source ยท #[repr(C)]pub struct SM_STORE_LIST_REQUEST_EX {
pub Request: SM_STORE_LIST_REQUEST,
pub NameBuffer: [[u16; 64]; 32],
}Fieldsยง
ยงRequest: SM_STORE_LIST_REQUESTยงNameBuffer: [[u16; 64]; 32]Trait Implementationsยง
sourceยงimpl Debug for SM_STORE_LIST_REQUEST_EX
impl Debug for SM_STORE_LIST_REQUEST_EX
Auto Trait Implementationsยง
impl RefUnwindSafe for SM_STORE_LIST_REQUEST_EX
impl Send for SM_STORE_LIST_REQUEST_EX
impl Sync for SM_STORE_LIST_REQUEST_EX
impl Unpin for SM_STORE_LIST_REQUEST_EX
impl UnwindSafe for SM_STORE_LIST_REQUEST_EX
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