Struct windows::Storage::AccessCache::AccessListEntry
#[repr(C)]pub struct AccessListEntry {
pub Token: HSTRING,
pub Metadata: HSTRING,
}
Fields§
§Token: HSTRING
§Metadata: HSTRING
Trait Implementations§
§impl Clone for AccessListEntry
impl Clone for AccessListEntry
§fn clone(&self) -> AccessListEntry
fn clone(&self) -> AccessListEntry
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 more§impl Debug for AccessListEntry
impl Debug for AccessListEntry
§impl Default for AccessListEntry
impl Default for AccessListEntry
§impl PartialEq for AccessListEntry
impl PartialEq for AccessListEntry
§fn eq(&self, other: &AccessListEntry) -> bool
fn eq(&self, other: &AccessListEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AccessListEntry
impl StructuralPartialEq for AccessListEntry
Auto Trait Implementations§
impl Freeze for AccessListEntry
impl RefUnwindSafe for AccessListEntry
impl Send for AccessListEntry
impl Sync for AccessListEntry
impl Unpin for AccessListEntry
impl UnwindSafe for AccessListEntry
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)