#[repr(C)]pub struct GetInteractiveMarkers_Response_Raw {
pub sequence_number: u64,
pub markers: FFISeq<InteractiveMarker_Raw>,
}
Fields
sequence_number: u64
markers: FFISeq<InteractiveMarker_Raw>
Trait Implementations
sourceimpl FFIToRust for GetInteractiveMarkers_Response_Raw
impl FFIToRust for GetInteractiveMarkers_Response_Raw
type Target = GetInteractiveMarkers_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for GetInteractiveMarkers_Response_Raw
impl Sync for GetInteractiveMarkers_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for GetInteractiveMarkers_Response_Raw
impl Unpin for GetInteractiveMarkers_Response_Raw
impl UnwindSafe for GetInteractiveMarkers_Response_Raw
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more