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