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