Docs.rs
objc2-app-kit-0.3.2
objc2-app-kit 0.3.2
Docs.rs crate page
Zlib
OR
Apache-2.0
OR
MIT
Links
Repository
crates.io
Source
Owners
simlay
madsmtm
Dependencies
bitflags ^2.5.0
normal
optional
block2 >=0.6.1, <0.8.0
normal
optional
libc ^0.2.80
normal
optional
objc2 >=0.6.2, <0.8.0
normal
objc2-core-foundation ^0.3.2
normal
optional
objc2-foundation ^0.3.2
normal
objc2-cloud-kit ^0.3.2
normal
optional
objc2-core-data ^0.3.2
normal
optional
objc2-core-graphics ^0.3.2
normal
optional
objc2-core-image ^0.3.2
normal
optional
objc2-core-text ^0.3.2
normal
optional
objc2-core-video ^0.3.2
normal
optional
objc2-open-gl ^0.3.2
normal
optional
objc2-quartz-core ^0.3.2
normal
optional
objc2-uniform-type-identifiers ^0.3.2
normal
optional
Versions
99.97%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-apple-ios-macabi
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
NSViewLayerContentScaleDelegate
objc2_
app_
kit
0.3.2
NSView
Layer
Content
Scale
Delegate
Implementations on Foreign Types
ProtocolObject<T>
Trait Implementations
ImplementedBy<T>
ProtocolType
Implementors
In crate objc2_
app_
kit
objc2_app_kit
Trait
NSView
Layer
Content
Scale
Delegate
Copy item path
Source
pub unsafe trait NSViewLayerContentScaleDelegate:
NSObjectProtocol
{ }
Available on
crate feature
NSView
only.
Expand description
Apple’s documentation
Trait Implementations
§
Source
§
impl
ProtocolType
for dyn
NSViewLayerContentScaleDelegate
Source
§
const
NAME
: &'static
str
= "NSViewLayerContentScaleDelegate"
The name of the Objective-C protocol that this type represents.
Read more
Source
§
fn
protocol
() ->
Option
<&'static
AnyProtocol
>
Get a reference to the Objective-C protocol object that this type represents.
Read more
Source
§
impl<T>
ImplementedBy
<T> for dyn
NSViewLayerContentScaleDelegate
where T: ?
Sized
+
Message
+
NSViewLayerContentScaleDelegate
,
Implementations on Foreign Types
§
Source
§
impl<T>
NSViewLayerContentScaleDelegate
for
ProtocolObject
<T>
where T: ?
Sized
+
NSViewLayerContentScaleDelegate
,
Implementors
§