#[repr(C)]pub struct ly_path_predicate {
pub type_: Type,
pub __bindgen_anon_1: ly_path_predicate__bindgen_ty_1,
}Fields§
§type_: Type§__bindgen_anon_1: ly_path_predicate__bindgen_ty_1Trait Implementations§
Source§impl Clone for ly_path_predicate
impl Clone for ly_path_predicate
Source§fn clone(&self) -> ly_path_predicate
fn clone(&self) -> ly_path_predicate
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 Default for ly_path_predicate
impl Default for ly_path_predicate
impl Copy for ly_path_predicate
Auto Trait Implementations§
impl Freeze for ly_path_predicate
impl RefUnwindSafe for ly_path_predicate
impl !Send for ly_path_predicate
impl !Sync for ly_path_predicate
impl Unpin for ly_path_predicate
impl UnwindSafe for ly_path_predicate
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