Enum fast3d::rdp::OtherModeH_Layout
source · pub enum OtherModeH_Layout {
Show 13 variants
G_MDSFT_BLENDMASK,
G_MDSFT_ALPHADITHER,
G_MDSFT_RGBDITHER,
G_MDSFT_COMBKEY,
G_MDSFT_TEXTCONV,
G_MDSFT_TEXTFILT,
G_MDSFT_TEXTLUT,
G_MDSFT_TEXTLOD,
G_MDSFT_TEXTDETAIL,
G_MDSFT_TEXTPERSP,
G_MDSFT_CYCLETYPE,
G_MDSFT_COLORDITHER,
G_MDSFT_PIPELINE,
}Variants§
G_MDSFT_BLENDMASK
G_MDSFT_ALPHADITHER
G_MDSFT_RGBDITHER
G_MDSFT_COMBKEY
G_MDSFT_TEXTCONV
G_MDSFT_TEXTFILT
G_MDSFT_TEXTLUT
G_MDSFT_TEXTLOD
G_MDSFT_TEXTDETAIL
G_MDSFT_TEXTPERSP
G_MDSFT_CYCLETYPE
G_MDSFT_COLORDITHER
G_MDSFT_PIPELINE
Auto Trait Implementations§
impl RefUnwindSafe for OtherModeH_Layout
impl Send for OtherModeH_Layout
impl Sync for OtherModeH_Layout
impl Unpin for OtherModeH_Layout
impl UnwindSafe for OtherModeH_Layout
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