#[repr(C)]pub struct dbr_sts_string {
pub status: dbr_short_t,
pub severity: dbr_short_t,
pub value: dbr_string_t,
}Fields§
§status: dbr_short_t§severity: dbr_short_t§value: dbr_string_tTrait Implementations§
Source§impl Clone for dbr_sts_string
impl Clone for dbr_sts_string
Source§fn clone(&self) -> dbr_sts_string
fn clone(&self) -> dbr_sts_string
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 dbr_sts_string
impl Debug for dbr_sts_string
impl Copy for dbr_sts_string
Auto Trait Implementations§
impl Freeze for dbr_sts_string
impl RefUnwindSafe for dbr_sts_string
impl Send for dbr_sts_string
impl Sync for dbr_sts_string
impl Unpin for dbr_sts_string
impl UnwindSafe for dbr_sts_string
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