pub struct ControllerDescriptor { /* private fields */ }Expand description
Type-erased controller runtime hooks.
Implementations§
Source§impl ControllerDescriptor
impl ControllerDescriptor
Trait Implementations§
Source§impl Clone for ControllerDescriptor
impl Clone for ControllerDescriptor
Source§fn clone(&self) -> ControllerDescriptor
fn clone(&self) -> ControllerDescriptor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ControllerDescriptor
Auto Trait Implementations§
impl Freeze for ControllerDescriptor
impl RefUnwindSafe for ControllerDescriptor
impl Send for ControllerDescriptor
impl Sync for ControllerDescriptor
impl Unpin for ControllerDescriptor
impl UnsafeUnpin for ControllerDescriptor
impl UnwindSafe for ControllerDescriptor
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