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