#[repr(C)]pub struct _TidyMessage {
pub _opaque: c_int,
}Fields§
§_opaque: c_intTrait Implementations§
Source§impl Clone for _TidyMessage
impl Clone for _TidyMessage
Source§fn clone(&self) -> _TidyMessage
fn clone(&self) -> _TidyMessage
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 _TidyMessage
impl Debug for _TidyMessage
impl Copy for _TidyMessage
Auto Trait Implementations§
impl Freeze for _TidyMessage
impl RefUnwindSafe for _TidyMessage
impl Send for _TidyMessage
impl Sync for _TidyMessage
impl Unpin for _TidyMessage
impl UnwindSafe for _TidyMessage
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