Struct x86_64::structures::paging::MapperFlush [] [src]

#[must_use = "Page Table changes must be flushed or unsafely ignored."]
pub struct MapperFlush<S: PageSize>(_);

This type must be used and will either flush the modified page or can be unsafely ignored.

Methods

impl<S: PageSize> MapperFlush<S>
[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl<S> Send for MapperFlush<S> where
    S: Send

impl<S> Sync for MapperFlush<S> where
    S: Sync