Struct OLERENDER
#[repr(transparent)]pub struct OLERENDER(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
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