#[repr(u8)]pub enum Singpnt {
MULTIPOINT = 0,
SINGLEPOINT = 1,
}Variants§
MULTIPOINT = 0
Multi-point application (hub and split support)
SINGLEPOINT = 1
Single-point application (no hub and split support)
Implementations§
Trait Implementations§
Source§impl Ord for Singpnt
impl Ord for Singpnt
Source§impl PartialOrd for Singpnt
impl PartialOrd for Singpnt
impl Copy for Singpnt
impl Eq for Singpnt
impl StructuralPartialEq for Singpnt
Auto Trait Implementations§
impl Freeze for Singpnt
impl RefUnwindSafe for Singpnt
impl Send for Singpnt
impl Sync for Singpnt
impl Unpin for Singpnt
impl UnwindSafe for Singpnt
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)