Struct ode_base::ode::_Real_widened
source · #[repr(C)]pub struct _Real_widened {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
source§impl Clone for _Real_widened
impl Clone for _Real_widened
source§fn clone(&self) -> _Real_widened
fn clone(&self) -> _Real_widened
Returns a copy 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 _Real_widened
impl Debug for _Real_widened
impl Copy for _Real_widened
Auto Trait Implementations§
impl Freeze for _Real_widened
impl RefUnwindSafe for _Real_widened
impl Send for _Real_widened
impl Sync for _Real_widened
impl Unpin for _Real_widened
impl UnwindSafe for _Real_widened
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