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