pub struct SetPen;
Trait Implementations
sourceimpl ServiceT for SetPen
impl ServiceT for SetPen
type Request = SetPen_Request
type Response = SetPen_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for SetPen
impl Send for SetPen
impl Sync for SetPen
impl Unpin for SetPen
impl UnwindSafe for SetPen
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more