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