pub struct controlpoint_updatecapping {
pub index: i32,
}Fields§
§index: i32Auto Trait Implementations§
impl Freeze for controlpoint_updatecapping
impl RefUnwindSafe for controlpoint_updatecapping
impl Send for controlpoint_updatecapping
impl Sync for controlpoint_updatecapping
impl Unpin for controlpoint_updatecapping
impl UnsafeUnpin for controlpoint_updatecapping
impl UnwindSafe for controlpoint_updatecapping
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