Enum rin::gl::fbo::DepthFormat [−][src]
#[repr(u32)]
pub enum DepthFormat {
_16,
_24,
_32,
}Possible depth formats for a DepthAttachment
Variants
Implementations
impl DepthFormat[src]
impl DepthFormat[src]pub fn from(internal_format: u32) -> Option<DepthFormat>[src]
Trait Implementations
impl Clone for DepthFormat[src]
impl Clone for DepthFormat[src]pub fn clone(&self) -> DepthFormat[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for DepthFormat[src]
impl Default for DepthFormat[src]pub fn default() -> DepthFormat[src]
impl Copy for DepthFormat[src]
Auto Trait Implementations
impl RefUnwindSafe for DepthFormat
impl Send for DepthFormat
impl Sync for DepthFormat
impl Unpin for DepthFormat
impl UnwindSafe for DepthFormat
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<T> Slottable for T where
T: Copy, [src]
T: Copy,