Struct ntapi::winsta::RESERVED_CACHE
source · [−]#[repr(C)]pub struct RESERVED_CACHE {
pub ThinWireCache: [THINWIRECACHE; 4],
}
Fields
ThinWireCache: [THINWIRECACHE; 4]
Trait Implementations
sourceimpl Clone for RESERVED_CACHE
impl Clone for RESERVED_CACHE
sourcefn clone(&self) -> RESERVED_CACHE
fn clone(&self) -> RESERVED_CACHE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for RESERVED_CACHE
Auto Trait Implementations
impl RefUnwindSafe for RESERVED_CACHE
impl Send for RESERVED_CACHE
impl Sync for RESERVED_CACHE
impl Unpin for RESERVED_CACHE
impl UnwindSafe for RESERVED_CACHE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more