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