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