#[repr(C)]pub struct BLPathCore {
pub impl_: *mut BLPathImpl,
}Fields§
§impl_: *mut BLPathImplTrait Implementations§
Source§impl Clone for BLPathCore
impl Clone for BLPathCore
Source§fn clone(&self) -> BLPathCore
fn clone(&self) -> BLPathCore
Returns a copy 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 moreimpl Copy for BLPathCore
Auto Trait Implementations§
impl Freeze for BLPathCore
impl RefUnwindSafe for BLPathCore
impl !Send for BLPathCore
impl !Sync for BLPathCore
impl Unpin for BLPathCore
impl UnwindSafe for BLPathCore
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