#[repr(C)]pub struct Relay_CstoResult {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl Relay_CstoResult
impl Relay_CstoResult
pub fn ok() -> Self
pub fn ng_end() -> Self
pub fn ng_other_playing() -> Self
pub fn ng_already_played() -> Self
pub fn ng_lack_of_unit() -> Self
pub fn ng_unknown() -> Self
Trait Implementations§
Source§impl ClassIdentity for Relay_CstoResult
impl ClassIdentity for Relay_CstoResult
Source§impl Clone for Relay_CstoResult
impl Clone for Relay_CstoResult
Source§fn clone(&self) -> Relay_CstoResult
fn clone(&self) -> Relay_CstoResult
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Relay_CstoResult
impl Debug for Relay_CstoResult
Source§impl PartialEq for Relay_CstoResult
impl PartialEq for Relay_CstoResult
impl Copy for Relay_CstoResult
impl Eq for Relay_CstoResult
impl StructuralPartialEq for Relay_CstoResult
Auto Trait Implementations§
impl Freeze for Relay_CstoResult
impl RefUnwindSafe for Relay_CstoResult
impl Send for Relay_CstoResult
impl Sync for Relay_CstoResult
impl Unpin for Relay_CstoResult
impl UnwindSafe for Relay_CstoResult
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)