#[repr(C)]pub struct CameraStorageInformation {
pub fields: CameraStorageInfoFields,
pub basedir: [c_char; 256],
pub label: [c_char; 256],
pub description: [c_char; 256],
pub storage_type: CameraStorageType,
pub fstype: CameraStorageFilesystemType,
pub access: CameraStorageAccessType,
pub capacitykbytes: u64,
pub freekbytes: u64,
pub freeimages: u64,
}Fields§
§fields: CameraStorageInfoFields§basedir: [c_char; 256]§label: [c_char; 256]§description: [c_char; 256]§storage_type: CameraStorageType§fstype: CameraStorageFilesystemType§access: CameraStorageAccessType§capacitykbytes: u64§freekbytes: u64§freeimages: u64Auto Trait Implementations§
impl Freeze for CameraStorageInformation
impl RefUnwindSafe for CameraStorageInformation
impl Send for CameraStorageInformation
impl Sync for CameraStorageInformation
impl Unpin for CameraStorageInformation
impl UnwindSafe for CameraStorageInformation
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