#[repr(C)]pub struct SLEngineOption_ {
pub feature: SLuint32,
pub data: SLuint32,
}Fields§
§feature: SLuint32§data: SLuint32Trait Implementations§
Source§impl Clone for SLEngineOption_
impl Clone for SLEngineOption_
Source§fn clone(&self) -> SLEngineOption_
fn clone(&self) -> SLEngineOption_
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SLEngineOption_
Auto Trait Implementations§
impl Freeze for SLEngineOption_
impl RefUnwindSafe for SLEngineOption_
impl Send for SLEngineOption_
impl Sync for SLEngineOption_
impl Unpin for SLEngineOption_
impl UnsafeUnpin for SLEngineOption_
impl UnwindSafe for SLEngineOption_
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