pub struct StoreCacheControl(/* private fields */);Implementations§
Source§impl StoreCacheControl
impl StoreCacheControl
pub const UNCACHED_INTEL: Self
pub const WRITE_THROUGH_INTEL: Self
pub const WRITE_BACK_INTEL: Self
pub const STREAMING_INTEL: Self
Trait Implementations§
Source§impl Clone for StoreCacheControl
impl Clone for StoreCacheControl
Source§fn clone(&self) -> StoreCacheControl
fn clone(&self) -> StoreCacheControl
Returns a duplicate 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 moreSource§impl Debug for StoreCacheControl
impl Debug for StoreCacheControl
Source§impl Display for StoreCacheControl
impl Display for StoreCacheControl
Source§impl PartialEq for StoreCacheControl
impl PartialEq for StoreCacheControl
impl Copy for StoreCacheControl
impl Eq for StoreCacheControl
impl StructuralPartialEq for StoreCacheControl
Auto Trait Implementations§
impl Freeze for StoreCacheControl
impl RefUnwindSafe for StoreCacheControl
impl Send for StoreCacheControl
impl Sync for StoreCacheControl
impl Unpin for StoreCacheControl
impl UnsafeUnpin for StoreCacheControl
impl UnwindSafe for StoreCacheControl
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§impl<'a, T> WordExt<'a> for Twhere
T: Word,
impl<'a, T> WordExt<'a> for Twhere
T: Word,
Source§fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
Parses one word.
Source§fn parse_optional(
stream: &mut InstructionStream<'a>,
) -> ParseResult<Option<Self>>
fn parse_optional( stream: &mut InstructionStream<'a>, ) -> ParseResult<Option<Self>>
Tries to optionally parse one word.
Source§fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
Parses words until the end of the stream.