#[repr(transparent)]pub struct OLERENDER(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl OLERENDER
impl OLERENDER
pub const OLERENDER_NONE: Self
pub const OLERENDER_DRAW: Self
pub const OLERENDER_FORMAT: Self
pub const OLERENDER_ASIS: Self
Trait Implementations§
Source§impl Abi for OLERENDER
impl Abi for OLERENDER
impl Copy for OLERENDER
impl Eq for OLERENDER
impl StructuralPartialEq for OLERENDER
Auto Trait Implementations§
impl Freeze for OLERENDER
impl RefUnwindSafe for OLERENDER
impl Send for OLERENDER
impl Sync for OLERENDER
impl Unpin for OLERENDER
impl UnwindSafe for OLERENDER
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