Struct osiris_data::data::atomic::WordTransmuter
source · pub struct WordTransmuter;Expand description
A collection of function to transmute Words from/into various usual types.
Implementations§
Auto Trait Implementations§
impl Freeze for WordTransmuter
impl RefUnwindSafe for WordTransmuter
impl Send for WordTransmuter
impl Sync for WordTransmuter
impl Unpin for WordTransmuter
impl UnwindSafe for WordTransmuter
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