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