pub struct RphEncoder { /* private fields */ }Expand description
Random Projection Holography encoder.
Implementations§
Source§impl RphEncoder
impl RphEncoder
Auto Trait Implementations§
impl Freeze for RphEncoder
impl RefUnwindSafe for RphEncoder
impl Send for RphEncoder
impl Sync for RphEncoder
impl Unpin for RphEncoder
impl UnwindSafe for RphEncoder
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