Skip to main content

ICCameraFolder

Trait ICCameraFolder 

Source
pub trait ICCameraFolder: Sized {
    // Required method
    unsafe fn contents(self) -> id;
}
Expand description

This class represents a folder on an ICCameraDevice object.

Required Methods§

Source

unsafe fn contents(self) -> id

A list of items contained by this folder.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ICCameraFolder for id

Source§

unsafe fn contents(self) -> id

Implementors§