#[repr(u32)]pub enum IflaGtpRole {
Ggsn = 0,
Sgsn = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for IflaGtpRole
impl Clone for IflaGtpRole
Source§fn clone(&self) -> IflaGtpRole
fn clone(&self) -> IflaGtpRole
Returns a duplicate 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 IflaGtpRole
impl Debug for IflaGtpRole
Source§impl Hash for IflaGtpRole
impl Hash for IflaGtpRole
Source§impl PartialEq for IflaGtpRole
impl PartialEq for IflaGtpRole
impl Copy for IflaGtpRole
impl Eq for IflaGtpRole
impl StructuralPartialEq for IflaGtpRole
Auto Trait Implementations§
impl Freeze for IflaGtpRole
impl RefUnwindSafe for IflaGtpRole
impl Send for IflaGtpRole
impl Sync for IflaGtpRole
impl Unpin for IflaGtpRole
impl UnwindSafe for IflaGtpRole
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