Struct ctru_sys::OutputStringEvent
source · #[repr(C)]pub struct OutputStringEvent {
pub string_addr: u32_,
pub string_size: u32_,
}
Expand description
Event relating to debug output.
Fields§
§string_addr: u32_
< Address of the outputted string.
string_size: u32_
< Size of the outputted string.
Trait Implementations§
source§impl Clone for OutputStringEvent
impl Clone for OutputStringEvent
source§fn clone(&self) -> OutputStringEvent
fn clone(&self) -> OutputStringEvent
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OutputStringEvent
impl Debug for OutputStringEvent
source§impl Default for OutputStringEvent
impl Default for OutputStringEvent
source§fn default() -> OutputStringEvent
fn default() -> OutputStringEvent
Returns the “default value” for a type. Read more