Struct stream_num_reader::read_types::F32LE
source · pub struct F32LE;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for F32LE
impl Send for F32LE
impl Sync for F32LE
impl Unpin for F32LE
impl UnwindSafe for F32LE
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