#[repr(C)]pub struct DRAWBOT_PathP {
pub _base: SharedRefImpl<DRAWBOT_PathRef>,
}Fields§
§_base: SharedRefImpl<DRAWBOT_PathRef>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DRAWBOT_PathP
impl !RefUnwindSafe for DRAWBOT_PathP
impl !Send for DRAWBOT_PathP
impl !Sync for DRAWBOT_PathP
impl Unpin for DRAWBOT_PathP
impl UnwindSafe for DRAWBOT_PathP
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