#[repr(C, align(4))]pub struct ExtControl { /* private fields */ }
Trait Implementations§
Source§impl Clone for ExtControl
impl Clone for ExtControl
Source§fn clone(&self) -> ExtControl
fn clone(&self) -> ExtControl
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<const N: usize, const M: usize, const L: usize, const O: usize, T: IsPlainCtrlData> MutValue<ExtControl> for [[[[T; N]; M]; L]; O]
impl<const N: usize, const M: usize, const L: usize, const O: usize, T: IsPlainCtrlData> MutValue<ExtControl> for [[[[T; N]; M]; L]; O]
Source§fn try_mut<'a>(
data: &'a mut ExtControl,
ctrl: &QueryExtCtrl,
) -> Option<&'a mut Self>
fn try_mut<'a>( data: &'a mut ExtControl, ctrl: &QueryExtCtrl, ) -> Option<&'a mut Self>
Get mutable reference to value
Source§impl<const N: usize, const M: usize, const L: usize, T: IsPlainCtrlData> MutValue<ExtControl> for [[[T; N]; M]; L]
impl<const N: usize, const M: usize, const L: usize, T: IsPlainCtrlData> MutValue<ExtControl> for [[[T; N]; M]; L]
Source§fn try_mut<'a>(
data: &'a mut ExtControl,
ctrl: &QueryExtCtrl,
) -> Option<&'a mut Self>
fn try_mut<'a>( data: &'a mut ExtControl, ctrl: &QueryExtCtrl, ) -> Option<&'a mut Self>
Get mutable reference to value
Source§impl<const N: usize, const M: usize, T: IsPlainCtrlData> MutValue<ExtControl> for [[T; N]; M]
impl<const N: usize, const M: usize, T: IsPlainCtrlData> MutValue<ExtControl> for [[T; N]; M]
Source§fn try_mut<'a>(
data: &'a mut ExtControl,
ctrl: &QueryExtCtrl,
) -> Option<&'a mut Self>
fn try_mut<'a>( data: &'a mut ExtControl, ctrl: &QueryExtCtrl, ) -> Option<&'a mut Self>
Get mutable reference to value
Source§impl<const N: usize, T: IsPlainCtrlData> MutValue<ExtControl> for [T; N]
impl<const N: usize, T: IsPlainCtrlData> MutValue<ExtControl> for [T; N]
Source§fn try_mut<'a>(
data: &'a mut ExtControl,
ctrl: &QueryExtCtrl,
) -> Option<&'a mut Self>
fn try_mut<'a>( data: &'a mut ExtControl, ctrl: &QueryExtCtrl, ) -> Option<&'a mut Self>
Get mutable reference to value
Source§impl<const N: usize, const M: usize, const L: usize, const O: usize, T: IsPlainCtrlData> RefValue<ExtControl> for [[[[T; N]; M]; L]; O]
impl<const N: usize, const M: usize, const L: usize, const O: usize, T: IsPlainCtrlData> RefValue<ExtControl> for [[[[T; N]; M]; L]; O]
Source§fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a Self>
fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a Self>
Get reference to value
Source§impl<const N: usize, const M: usize, const L: usize, T: IsPlainCtrlData> RefValue<ExtControl> for [[[T; N]; M]; L]
impl<const N: usize, const M: usize, const L: usize, T: IsPlainCtrlData> RefValue<ExtControl> for [[[T; N]; M]; L]
Source§fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a Self>
fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a Self>
Get reference to value
Source§impl<const N: usize, const M: usize, T: IsPlainCtrlData> RefValue<ExtControl> for [[T; N]; M]
impl<const N: usize, const M: usize, T: IsPlainCtrlData> RefValue<ExtControl> for [[T; N]; M]
Source§fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a Self>
fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a Self>
Get reference to value
Source§impl<const N: usize, T: IsPlainCtrlData> RefValue<ExtControl> for [T; N]
impl<const N: usize, T: IsPlainCtrlData> RefValue<ExtControl> for [T; N]
Source§fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a Self>
fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a Self>
Get reference to value
Source§impl RefValue<ExtControl> for str
impl RefValue<ExtControl> for str
Source§fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a Self>
fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a Self>
Get reference to value
impl Copy for ExtControl
Auto Trait Implementations§
impl Freeze for ExtControl
impl RefUnwindSafe for ExtControl
impl !Send for ExtControl
impl !Sync for ExtControl
impl Unpin for ExtControl
impl UnwindSafe for ExtControl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> MutValue<ExtControl> for Twhere
T: IsPlainCtrlData,
impl<T> MutValue<ExtControl> for Twhere
T: IsPlainCtrlData,
Source§fn try_mut<'a>(
data: &'a mut ExtControl,
ctrl: &QueryExtCtrl,
) -> Option<&'a mut T>
fn try_mut<'a>( data: &'a mut ExtControl, ctrl: &QueryExtCtrl, ) -> Option<&'a mut T>
Get mutable reference to value
Source§impl<T> RefValue<ExtControl> for Twhere
T: IsPlainCtrlData,
impl<T> RefValue<ExtControl> for Twhere
T: IsPlainCtrlData,
Source§fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a T>
fn try_ref<'a>(data: &'a ExtControl, ctrl: &QueryExtCtrl) -> Option<&'a T>
Get reference to value