#[repr(C)]pub struct retro_message {
pub msg: *const c_char,
pub frames: c_uint,
}
Fields§
§msg: *const c_char
§frames: c_uint
Trait Implementations§
Source§impl Clone for retro_message
impl Clone for retro_message
Source§fn clone(&self) -> retro_message
fn clone(&self) -> retro_message
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 retro_message
impl Debug for retro_message
impl Copy for retro_message
Auto Trait Implementations§
impl Freeze for retro_message
impl RefUnwindSafe for retro_message
impl !Send for retro_message
impl !Sync for retro_message
impl Unpin for retro_message
impl UnwindSafe for retro_message
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