#[repr(C)]pub struct SL3DCommitItf_ {
pub Commit: Option<unsafe extern "C" fn(self_: SL3DCommitItf) -> SLresult>,
pub SetDeferred: Option<unsafe extern "C" fn(self_: SL3DCommitItf, deferred: SLboolean) -> SLresult>,
}Fields§
§Commit: Option<unsafe extern "C" fn(self_: SL3DCommitItf) -> SLresult>§SetDeferred: Option<unsafe extern "C" fn(self_: SL3DCommitItf, deferred: SLboolean) -> SLresult>Trait Implementations§
Source§impl Clone for SL3DCommitItf_
impl Clone for SL3DCommitItf_
Source§fn clone(&self) -> SL3DCommitItf_
fn clone(&self) -> SL3DCommitItf_
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 SL3DCommitItf_
impl Debug for SL3DCommitItf_
impl Copy for SL3DCommitItf_
Auto Trait Implementations§
impl Freeze for SL3DCommitItf_
impl RefUnwindSafe for SL3DCommitItf_
impl Send for SL3DCommitItf_
impl Sync for SL3DCommitItf_
impl Unpin for SL3DCommitItf_
impl UnwindSafe for SL3DCommitItf_
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