#[repr(transparent)]pub struct FMOD_RESULT(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl FMOD_RESULT
impl FMOD_RESULT
pub const FMOD_OK: FMOD_RESULT
Trait Implementations§
Source§impl Clone for FMOD_RESULT
impl Clone for FMOD_RESULT
Source§fn clone(&self) -> FMOD_RESULT
fn clone(&self) -> FMOD_RESULT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FMOD_RESULT
impl Debug for FMOD_RESULT
Source§impl Hash for FMOD_RESULT
impl Hash for FMOD_RESULT
Source§impl PartialEq for FMOD_RESULT
impl PartialEq for FMOD_RESULT
impl Copy for FMOD_RESULT
impl Eq for FMOD_RESULT
impl StructuralPartialEq for FMOD_RESULT
Auto Trait Implementations§
impl Freeze for FMOD_RESULT
impl RefUnwindSafe for FMOD_RESULT
impl Send for FMOD_RESULT
impl Sync for FMOD_RESULT
impl Unpin for FMOD_RESULT
impl UnwindSafe for FMOD_RESULT
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