pub struct LoadCacheControl(/* private fields */);Implementations§
Source§impl LoadCacheControl
impl LoadCacheControl
pub const UNCACHED_INTEL: Self
pub const CACHED_INTEL: Self
pub const STREAMING_INTEL: Self
pub const INVALIDATE_AFTER_READ_INTEL: Self
pub const CONST_CACHED_INTEL: Self
Trait Implementations§
Source§impl Clone for LoadCacheControl
impl Clone for LoadCacheControl
Source§fn clone(&self) -> LoadCacheControl
fn clone(&self) -> LoadCacheControl
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 LoadCacheControl
impl Debug for LoadCacheControl
Source§impl Display for LoadCacheControl
impl Display for LoadCacheControl
Source§impl PartialEq for LoadCacheControl
impl PartialEq for LoadCacheControl
impl Copy for LoadCacheControl
impl Eq for LoadCacheControl
impl StructuralPartialEq for LoadCacheControl
Auto Trait Implementations§
impl Freeze for LoadCacheControl
impl RefUnwindSafe for LoadCacheControl
impl Send for LoadCacheControl
impl Sync for LoadCacheControl
impl Unpin for LoadCacheControl
impl UnsafeUnpin for LoadCacheControl
impl UnwindSafe for LoadCacheControl
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.