pub struct SdeSdePerfCrtcUpdateFtraceEvent {
pub bw_ctl_ebi: Option<u64>,
pub bw_ctl_llcc: Option<u64>,
pub bw_ctl_mnoc: Option<u64>,
pub core_clk_rate: Option<u32>,
pub crtc: Option<u32>,
pub params: Option<i32>,
pub per_pipe_ib_ebi: Option<u64>,
pub per_pipe_ib_llcc: Option<u64>,
pub per_pipe_ib_mnoc: Option<u64>,
pub stop_req: Option<u32>,
pub update_bus: Option<u32>,
pub update_clk: Option<u32>,
}Fields§
§bw_ctl_ebi: Option<u64>§bw_ctl_llcc: Option<u64>§bw_ctl_mnoc: Option<u64>§core_clk_rate: Option<u32>§crtc: Option<u32>§params: Option<i32>§per_pipe_ib_ebi: Option<u64>§per_pipe_ib_llcc: Option<u64>§per_pipe_ib_mnoc: Option<u64>§stop_req: Option<u32>§update_bus: Option<u32>§update_clk: Option<u32>Implementations§
Source§impl SdeSdePerfCrtcUpdateFtraceEvent
impl SdeSdePerfCrtcUpdateFtraceEvent
Sourcepub fn bw_ctl_ebi(&self) -> u64
pub fn bw_ctl_ebi(&self) -> u64
Returns the value of bw_ctl_ebi, or the default value if bw_ctl_ebi is unset.
Sourcepub fn bw_ctl_llcc(&self) -> u64
pub fn bw_ctl_llcc(&self) -> u64
Returns the value of bw_ctl_llcc, or the default value if bw_ctl_llcc is unset.
Sourcepub fn bw_ctl_mnoc(&self) -> u64
pub fn bw_ctl_mnoc(&self) -> u64
Returns the value of bw_ctl_mnoc, or the default value if bw_ctl_mnoc is unset.
Sourcepub fn core_clk_rate(&self) -> u32
pub fn core_clk_rate(&self) -> u32
Returns the value of core_clk_rate, or the default value if core_clk_rate is unset.
Sourcepub fn params(&self) -> i32
pub fn params(&self) -> i32
Returns the value of params, or the default value if params is unset.
Sourcepub fn per_pipe_ib_ebi(&self) -> u64
pub fn per_pipe_ib_ebi(&self) -> u64
Returns the value of per_pipe_ib_ebi, or the default value if per_pipe_ib_ebi is unset.
Sourcepub fn per_pipe_ib_llcc(&self) -> u64
pub fn per_pipe_ib_llcc(&self) -> u64
Returns the value of per_pipe_ib_llcc, or the default value if per_pipe_ib_llcc is unset.
Sourcepub fn per_pipe_ib_mnoc(&self) -> u64
pub fn per_pipe_ib_mnoc(&self) -> u64
Returns the value of per_pipe_ib_mnoc, or the default value if per_pipe_ib_mnoc is unset.
Sourcepub fn stop_req(&self) -> u32
pub fn stop_req(&self) -> u32
Returns the value of stop_req, or the default value if stop_req is unset.
Sourcepub fn update_bus(&self) -> u32
pub fn update_bus(&self) -> u32
Returns the value of update_bus, or the default value if update_bus is unset.
Sourcepub fn update_clk(&self) -> u32
pub fn update_clk(&self) -> u32
Returns the value of update_clk, or the default value if update_clk is unset.
Trait Implementations§
Source§impl Clone for SdeSdePerfCrtcUpdateFtraceEvent
impl Clone for SdeSdePerfCrtcUpdateFtraceEvent
Source§fn clone(&self) -> SdeSdePerfCrtcUpdateFtraceEvent
fn clone(&self) -> SdeSdePerfCrtcUpdateFtraceEvent
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for SdeSdePerfCrtcUpdateFtraceEvent
impl Default for SdeSdePerfCrtcUpdateFtraceEvent
Source§fn default() -> SdeSdePerfCrtcUpdateFtraceEvent
fn default() -> SdeSdePerfCrtcUpdateFtraceEvent
Source§impl Message for SdeSdePerfCrtcUpdateFtraceEvent
impl Message for SdeSdePerfCrtcUpdateFtraceEvent
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.Source§impl PartialEq for SdeSdePerfCrtcUpdateFtraceEvent
impl PartialEq for SdeSdePerfCrtcUpdateFtraceEvent
Source§fn eq(&self, other: &SdeSdePerfCrtcUpdateFtraceEvent) -> bool
fn eq(&self, other: &SdeSdePerfCrtcUpdateFtraceEvent) -> bool
self and other values to be equal, and is used by ==.impl Copy for SdeSdePerfCrtcUpdateFtraceEvent
impl StructuralPartialEq for SdeSdePerfCrtcUpdateFtraceEvent
Auto Trait Implementations§
impl Freeze for SdeSdePerfCrtcUpdateFtraceEvent
impl RefUnwindSafe for SdeSdePerfCrtcUpdateFtraceEvent
impl Send for SdeSdePerfCrtcUpdateFtraceEvent
impl Sync for SdeSdePerfCrtcUpdateFtraceEvent
impl Unpin for SdeSdePerfCrtcUpdateFtraceEvent
impl UnwindSafe for SdeSdePerfCrtcUpdateFtraceEvent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a tonic::Request§impl<L> LayerExt<L> for L
impl<L> LayerExt<L> for L
§fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
fn named_layer<S>(&self, service: S) -> Layered<<L as Layer<S>>::Service, S>where
L: Layer<S>,
Layered].