#[repr(C)]pub struct ControllerDescription {
pub desc: *const c_char,
pub id: c_uint,
}
Fields§
§desc: *const c_char
§id: c_uint
Trait Implementations§
Source§impl Clone for ControllerDescription
impl Clone for ControllerDescription
Source§fn clone(&self) -> ControllerDescription
fn clone(&self) -> ControllerDescription
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 moreAuto Trait Implementations§
impl Freeze for ControllerDescription
impl RefUnwindSafe for ControllerDescription
impl !Send for ControllerDescription
impl !Sync for ControllerDescription
impl Unpin for ControllerDescription
impl UnwindSafe for ControllerDescription
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