Enum libR_sys::R_pstream_format_t
source · #[repr(u32)]pub enum R_pstream_format_t {
R_pstream_any_format = 0,
R_pstream_ascii_format = 1,
R_pstream_binary_format = 2,
R_pstream_xdr_format = 3,
R_pstream_asciihex_format = 4,
}
Variants§
R_pstream_any_format = 0
R_pstream_ascii_format = 1
R_pstream_binary_format = 2
R_pstream_xdr_format = 3
R_pstream_asciihex_format = 4
Trait Implementations§
source§impl Clone for R_pstream_format_t
impl Clone for R_pstream_format_t
source§fn clone(&self) -> R_pstream_format_t
fn clone(&self) -> R_pstream_format_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for R_pstream_format_t
impl Debug for R_pstream_format_t
source§impl Hash for R_pstream_format_t
impl Hash for R_pstream_format_t
source§impl PartialEq for R_pstream_format_t
impl PartialEq for R_pstream_format_t
impl Copy for R_pstream_format_t
impl Eq for R_pstream_format_t
impl StructuralPartialEq for R_pstream_format_t
Auto Trait Implementations§
impl Freeze for R_pstream_format_t
impl RefUnwindSafe for R_pstream_format_t
impl Send for R_pstream_format_t
impl Sync for R_pstream_format_t
impl Unpin for R_pstream_format_t
impl UnwindSafe for R_pstream_format_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)