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