Struct swipl_fli::__once_flag
source · #[repr(C)]pub struct __once_flag {
pub __data: c_int,
}
Fields§
§__data: c_int
Trait Implementations§
source§impl Clone for __once_flag
impl Clone for __once_flag
source§fn clone(&self) -> __once_flag
fn clone(&self) -> __once_flag
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 __once_flag
impl Debug for __once_flag
impl Copy for __once_flag
Auto Trait Implementations§
impl RefUnwindSafe for __once_flag
impl Send for __once_flag
impl Sync for __once_flag
impl Unpin for __once_flag
impl UnwindSafe for __once_flag
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