#[repr(C)]pub struct transcript_t {
pub lines: *mut transcript_line_t,
pub line_count: u64,
}Fields§
§lines: *mut transcript_line_t§line_count: u64Trait Implementations§
Source§impl Clone for transcript_t
impl Clone for transcript_t
Source§fn clone(&self) -> transcript_t
fn clone(&self) -> transcript_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for transcript_t
Auto Trait Implementations§
impl !Send for transcript_t
impl !Sync for transcript_t
impl Freeze for transcript_t
impl RefUnwindSafe for transcript_t
impl Unpin for transcript_t
impl UnsafeUnpin for transcript_t
impl UnwindSafe for transcript_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