#[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 duplicate 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
impl Copy for OutputStringEvent
Auto Trait Implementations§
impl Freeze for OutputStringEvent
impl RefUnwindSafe for OutputStringEvent
impl Send for OutputStringEvent
impl Sync for OutputStringEvent
impl Unpin for OutputStringEvent
impl UnwindSafe for OutputStringEvent
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)