#[repr(i32)]pub enum tagOLERENDER {
OLERENDER_NONE = 0,
OLERENDER_DRAW = 1,
OLERENDER_FORMAT = 2,
OLERENDER_ASIS = 3,
}Variants§
Trait Implementations§
Source§impl Clone for tagOLERENDER
impl Clone for tagOLERENDER
Source§fn clone(&self) -> tagOLERENDER
fn clone(&self) -> tagOLERENDER
Returns a duplicate 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 tagOLERENDER
impl Debug for tagOLERENDER
Source§impl Hash for tagOLERENDER
impl Hash for tagOLERENDER
Source§impl PartialEq for tagOLERENDER
impl PartialEq for tagOLERENDER
impl Copy for tagOLERENDER
impl Eq for tagOLERENDER
impl StructuralPartialEq for tagOLERENDER
Auto Trait Implementations§
impl Freeze for tagOLERENDER
impl RefUnwindSafe for tagOLERENDER
impl Send for tagOLERENDER
impl Sync for tagOLERENDER
impl Unpin for tagOLERENDER
impl UnwindSafe for tagOLERENDER
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