Struct ntapi::winsta::TSHARE_CACHE
source · [−]#[repr(C)]pub struct TSHARE_CACHE {
pub Reserved: ULONG,
}
Fields
Reserved: ULONG
Trait Implementations
sourceimpl Clone for TSHARE_CACHE
impl Clone for TSHARE_CACHE
sourcefn clone(&self) -> TSHARE_CACHE
fn clone(&self) -> TSHARE_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 TSHARE_CACHE
Auto Trait Implementations
impl RefUnwindSafe for TSHARE_CACHE
impl Send for TSHARE_CACHE
impl Sync for TSHARE_CACHE
impl Unpin for TSHARE_CACHE
impl UnwindSafe for TSHARE_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