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 Message for SdeSdePerfCrtcUpdateFtraceEvent
impl Message for SdeSdePerfCrtcUpdateFtraceEvent
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError>
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<B>(&self, buf: &mut B) -> Result<(), EncodeError>
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError>
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<B>(buf: B) -> Result<Self, DecodeError>
fn decode<B>(buf: B) -> Result<Self, DecodeError>
Source§fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError>
Source§fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError>
self
. Read moreSource§fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError>
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 ==
.