Enum cocoa::quartzcore::ContentsFormat
source · pub enum ContentsFormat {
RGBA8Uint,
RGBA16Float,
Gray8Uint,
Other(CFString),
}
Variants§
Trait Implementations§
source§impl Clone for ContentsFormat
impl Clone for ContentsFormat
source§fn clone(&self) -> ContentsFormat
fn clone(&self) -> ContentsFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ContentsFormat
impl Debug for ContentsFormat
source§impl PartialEq<ContentsFormat> for ContentsFormat
impl PartialEq<ContentsFormat> for ContentsFormat
source§fn eq(&self, other: &ContentsFormat) -> bool
fn eq(&self, other: &ContentsFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ContentsFormat
Auto Trait Implementations§
impl RefUnwindSafe for ContentsFormat
impl !Send for ContentsFormat
impl !Sync for ContentsFormat
impl Unpin for ContentsFormat
impl UnwindSafe for ContentsFormat
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