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