#[repr(C)]pub struct FLPathComponent {
pub key: FLSlice,
pub index: u32,
}Fields§
§key: FLSlice< Dict key, or kFLSliceNull if none
index: u32< Array index, only if there’s no key
Trait Implementations§
Source§impl Clone for FLPathComponent
impl Clone for FLPathComponent
Source§fn clone(&self) -> FLPathComponent
fn clone(&self) -> FLPathComponent
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 FLPathComponent
impl Debug for FLPathComponent
impl Copy for FLPathComponent
Auto Trait Implementations§
impl Freeze for FLPathComponent
impl RefUnwindSafe for FLPathComponent
impl !Send for FLPathComponent
impl !Sync for FLPathComponent
impl Unpin for FLPathComponent
impl UnwindSafe for FLPathComponent
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