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