pub enum CGDisplayStreamProperties {
SourceRect,
DestinationRect,
PreserveAspectRatio,
ColorSpace,
MinimumFrameTime,
ShowCursor,
QueueDepth,
YCbCrMatrix,
}
Variants§
SourceRect
DestinationRect
PreserveAspectRatio
ColorSpace
MinimumFrameTime
ShowCursor
QueueDepth
YCbCrMatrix
Trait Implementations§
Source§impl From<CGDisplayStreamProperties> for CFStringRef
impl From<CGDisplayStreamProperties> for CFStringRef
Source§fn from(key: CGDisplayStreamProperties) -> Self
fn from(key: CGDisplayStreamProperties) -> Self
Converts to this type from the input type.
Source§impl From<CGDisplayStreamProperties> for CFString
impl From<CGDisplayStreamProperties> for CFString
Source§fn from(key: CGDisplayStreamProperties) -> Self
fn from(key: CGDisplayStreamProperties) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CGDisplayStreamProperties
impl RefUnwindSafe for CGDisplayStreamProperties
impl Send for CGDisplayStreamProperties
impl Sync for CGDisplayStreamProperties
impl Unpin for CGDisplayStreamProperties
impl UnwindSafe for CGDisplayStreamProperties
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