#[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 · Source§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§
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