Struct apple_bundle::info_plist::user_interface::QuickLook [−][src]
pub struct QuickLook {
pub needs_to_be_run_in_main_thread: Option<bool>,
pub preview_height: Option<f32>,
pub preview_width: Option<f32>,
pub supports_concurrent_requests: Option<bool>,
pub thumbnail_minimum_size: Option<f32>,
}Expand description
Quick Look
Fields
needs_to_be_run_in_main_thread: Option<bool>A Boolean value indicating whether a Quick Look app’s generator can be run in threads other than the main thread.
Availability
- iOS 4.0+
- macOS 10.5+
Framework
- QuickLook
preview_height: Option<f32>A hint at the height, in points, of a Quick Look app’s previews.
Availability
- iOS 4.0+
- macOS 10.5+
Framework
- QuickLook
preview_width: Option<f32>A hint at the width, in points, of a Quick Look app’s previews.
Availability
- iOS 4.0+
- macOS 10.5+
Framework
- QuickLook
supports_concurrent_requests: Option<bool>A Boolean value indicating whether a Quick Look app’s generator can handle concurrent thumbnail and preview requests.
Availability
- iOS 4.0+
- macOS 10.5+
Framework
- QuickLook
thumbnail_minimum_size: Option<f32>The minimum size, in points, along one dimension of thumbnails for a Quick Look app’s generator.
Availability
- iOS 4.0+
- macOS 10.5+
Framework
- QuickLook
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for QuickLookimpl UnwindSafe for QuickLookBlanket Implementations
Mutably borrows from an owned value. Read more