#[repr(C)]pub struct mouth_rb {
pub voice: narrator_rb,
pub width: UBYTE,
pub height: UBYTE,
pub shape: UBYTE,
pub sync: UBYTE,
}Fields§
§voice: narrator_rb§width: UBYTE§height: UBYTE§shape: UBYTE§sync: UBYTETrait Implementations§
Auto Trait Implementations§
impl Freeze for mouth_rb
impl RefUnwindSafe for mouth_rb
impl !Send for mouth_rb
impl !Sync for mouth_rb
impl Unpin for mouth_rb
impl UnwindSafe for mouth_rb
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