#[repr(C)]pub struct ly_path {
pub node: *const lysc_node,
pub ext: *const lysc_ext_instance,
pub predicates: *mut ly_path_predicate,
}Fields§
§node: *const lysc_node§ext: *const lysc_ext_instance§predicates: *mut ly_path_predicateTrait Implementations§
impl Copy for ly_path
Auto Trait Implementations§
impl Freeze for ly_path
impl RefUnwindSafe for ly_path
impl !Send for ly_path
impl !Sync for ly_path
impl Unpin for ly_path
impl UnwindSafe for ly_path
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