#[repr(C)]pub struct dds_loan_pool { /* private fields */ }
Trait Implementations§
Source§impl Clone for dds_loan_pool
impl Clone for dds_loan_pool
Source§fn clone(&self) -> dds_loan_pool
fn clone(&self) -> dds_loan_pool
Returns a copy 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 dds_loan_pool
impl Debug for dds_loan_pool
impl Copy for dds_loan_pool
Auto Trait Implementations§
impl Freeze for dds_loan_pool
impl RefUnwindSafe for dds_loan_pool
impl Send for dds_loan_pool
impl Sync for dds_loan_pool
impl Unpin for dds_loan_pool
impl UnwindSafe for dds_loan_pool
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