Enum extendr_api::io::PstreamFormat
source · pub enum PstreamFormat {
AnyFormat = 0,
AsciiFormat = 1,
BinaryFormat = 2,
XdrFormat = 3,
AsciihexFormat = 4,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for PstreamFormat
impl Send for PstreamFormat
impl Sync for PstreamFormat
impl Unpin for PstreamFormat
impl UnwindSafe for PstreamFormat
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