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