#[repr(C)]pub struct JsonLineInfoT {
pub config_item: u32,
pub line_number: u32,
}Fields§
§config_item: u32§line_number: u32Trait Implementations§
Source§impl Clone for JsonLineInfoT
impl Clone for JsonLineInfoT
Source§fn clone(&self) -> JsonLineInfoT
fn clone(&self) -> JsonLineInfoT
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 Default for JsonLineInfoT
impl Default for JsonLineInfoT
Source§fn default() -> JsonLineInfoT
fn default() -> JsonLineInfoT
Returns the “default value” for a type. Read more
impl Copy for JsonLineInfoT
Auto Trait Implementations§
impl Freeze for JsonLineInfoT
impl RefUnwindSafe for JsonLineInfoT
impl Send for JsonLineInfoT
impl Sync for JsonLineInfoT
impl Unpin for JsonLineInfoT
impl UnwindSafe for JsonLineInfoT
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