#[repr(C)]pub struct gtcaca_json_value {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for gtcaca_json_value
impl Clone for gtcaca_json_value
Source§fn clone(&self) -> gtcaca_json_value
fn clone(&self) -> gtcaca_json_value
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for gtcaca_json_value
Auto Trait Implementations§
impl Freeze for gtcaca_json_value
impl RefUnwindSafe for gtcaca_json_value
impl Send for gtcaca_json_value
impl Sync for gtcaca_json_value
impl Unpin for gtcaca_json_value
impl UnsafeUnpin for gtcaca_json_value
impl UnwindSafe for gtcaca_json_value
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