#[repr(C, align(8))]pub struct std_recursive_mutex {
pub _bindgen_opaque_blob: [u64; 5],
}
Fields§
§_bindgen_opaque_blob: [u64; 5]
Implementations§
Trait Implementations§
Source§impl Clone for std_recursive_mutex
impl Clone for std_recursive_mutex
Source§fn clone(&self) -> std_recursive_mutex
fn clone(&self) -> std_recursive_mutex
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 moreAuto Trait Implementations§
impl Freeze for std_recursive_mutex
impl RefUnwindSafe for std_recursive_mutex
impl Send for std_recursive_mutex
impl Sync for std_recursive_mutex
impl Unpin for std_recursive_mutex
impl UnwindSafe for std_recursive_mutex
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