#[repr(C)]pub struct RotateAbsolute_GetResult_Response_Raw {
pub status: i8,
pub result: RotateAbsolute_Result_Raw,
}
Fields
status: i8
result: RotateAbsolute_Result_Raw
Trait Implementations
sourceimpl FFIToRust for RotateAbsolute_GetResult_Response_Raw
impl FFIToRust for RotateAbsolute_GetResult_Response_Raw
type Target = RotateAbsolute_GetResult_Response
unsafe fn to_rust(&self) -> Self::Target
impl Send for RotateAbsolute_GetResult_Response_Raw
impl Sync for RotateAbsolute_GetResult_Response_Raw
Auto Trait Implementations
impl RefUnwindSafe for RotateAbsolute_GetResult_Response_Raw
impl Unpin for RotateAbsolute_GetResult_Response_Raw
impl UnwindSafe for RotateAbsolute_GetResult_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