pub struct ProsodyInfo {
pub a1: i32,
pub a2: i32,
pub a3: i32,
}Expand description
プロソディ情報 (言語間で共有)
Fields§
§a1: i32§a2: i32§a3: i32Trait Implementations§
Source§impl Clone for ProsodyInfo
impl Clone for ProsodyInfo
Source§fn clone(&self) -> ProsodyInfo
fn clone(&self) -> ProsodyInfo
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 ProsodyInfo
impl Debug for ProsodyInfo
impl Copy for ProsodyInfo
Auto Trait Implementations§
impl Freeze for ProsodyInfo
impl RefUnwindSafe for ProsodyInfo
impl Send for ProsodyInfo
impl Sync for ProsodyInfo
impl Unpin for ProsodyInfo
impl UnsafeUnpin for ProsodyInfo
impl UnwindSafe for ProsodyInfo
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