#[repr(C)]pub struct UnloadNode_Request_Raw {
pub unique_id: u64,
}
Fields
unique_id: u64
Trait Implementations
sourceimpl Debug for UnloadNode_Request_Raw
impl Debug for UnloadNode_Request_Raw
sourceimpl Default for UnloadNode_Request_Raw
impl Default for UnloadNode_Request_Raw
sourceimpl Drop for UnloadNode_Request_Raw
impl Drop for UnloadNode_Request_Raw
sourceimpl FFIToRust for UnloadNode_Request_Raw
impl FFIToRust for UnloadNode_Request_Raw
type Target = UnloadNode_Request
unsafe fn to_rust(&self) -> Self::Target
impl Send for UnloadNode_Request_Raw
impl Sync for UnloadNode_Request_Raw
Auto Trait Implementations
impl RefUnwindSafe for UnloadNode_Request_Raw
impl Unpin for UnloadNode_Request_Raw
impl UnwindSafe for UnloadNode_Request_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