Struct rust_whisper_lib::AWhispered
source · pub struct AWhispered {
pub data: String,
pub offset: i64,
pub length: i64,
}Fields§
§data: String§offset: i64§length: i64Trait Implementations§
source§impl Clone for AWhispered
impl Clone for AWhispered
source§fn clone(&self) -> AWhispered
fn clone(&self) -> AWhispered
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 moreAuto Trait Implementations§
impl RefUnwindSafe for AWhispered
impl Send for AWhispered
impl Sync for AWhispered
impl Unpin for AWhispered
impl UnwindSafe for AWhispered
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