#[repr(transparent)]pub struct V5_ControllerId(pub c_uchar);
Tuple Fields§
§0: c_uchar
Implementations§
Source§impl V5_ControllerId
impl V5_ControllerId
pub const kControllerMaster: Self = _
pub const kControllerPartner: Self = _
Trait Implementations§
Source§impl Clone for V5_ControllerId
impl Clone for V5_ControllerId
Source§fn clone(&self) -> V5_ControllerId
fn clone(&self) -> V5_ControllerId
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for V5_ControllerId
impl Debug for V5_ControllerId
Source§impl Default for V5_ControllerId
impl Default for V5_ControllerId
Source§fn default() -> V5_ControllerId
fn default() -> V5_ControllerId
Returns the “default value” for a type. Read more
Source§impl PartialEq for V5_ControllerId
impl PartialEq for V5_ControllerId
impl Copy for V5_ControllerId
impl Eq for V5_ControllerId
impl StructuralPartialEq for V5_ControllerId
Auto Trait Implementations§
impl Freeze for V5_ControllerId
impl RefUnwindSafe for V5_ControllerId
impl Send for V5_ControllerId
impl Sync for V5_ControllerId
impl Unpin for V5_ControllerId
impl UnwindSafe for V5_ControllerId
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)