#[repr(C)]pub struct BLPathImpl {
pub __bindgen_anon_1: BLPathImpl__bindgen_ty_1,
pub refCount: usize,
pub implType: u8,
pub implTraits: u8,
pub memPoolData: u16,
pub flags: u32,
pub capacity: usize,
}Fields§
§__bindgen_anon_1: BLPathImpl__bindgen_ty_1§refCount: usize§implType: u8§implTraits: u8§memPoolData: u16§flags: u32§capacity: usizeTrait Implementations§
Source§impl Clone for BLPathImpl
impl Clone for BLPathImpl
Source§fn clone(&self) -> BLPathImpl
fn clone(&self) -> BLPathImpl
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 BLPathImpl
Auto Trait Implementations§
impl Freeze for BLPathImpl
impl RefUnwindSafe for BLPathImpl
impl !Send for BLPathImpl
impl !Sync for BLPathImpl
impl Unpin for BLPathImpl
impl UnwindSafe for BLPathImpl
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