pub struct apr_threadattr_t { /* private fields */ }Trait Implementations§
Source§impl Clone for apr_threadattr_t
impl Clone for apr_threadattr_t
Source§fn clone(&self) -> apr_threadattr_t
fn clone(&self) -> apr_threadattr_t
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 apr_threadattr_t
impl Debug for apr_threadattr_t
impl Copy for apr_threadattr_t
Auto Trait Implementations§
impl Freeze for apr_threadattr_t
impl RefUnwindSafe for apr_threadattr_t
impl Send for apr_threadattr_t
impl Sync for apr_threadattr_t
impl Unpin for apr_threadattr_t
impl UnsafeUnpin for apr_threadattr_t
impl UnwindSafe for apr_threadattr_t
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