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