#[repr(C)]pub struct CameraText {
pub text: [c_char; 32768],
}Fields§
§text: [c_char; 32768]Auto Trait Implementations§
impl Freeze for CameraText
impl RefUnwindSafe for CameraText
impl Send for CameraText
impl Sync for CameraText
impl Unpin for CameraText
impl UnwindSafe for CameraText
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