#[repr(u8)]pub enum GsmCbs {
Normal = 0,
ImmediateBroadcast = 1,
HighPriority = 2,
Reserved = 3,
PriorityBackground = 4,
}Variants§
Trait Implementations§
Source§impl From<GsmCbs> for PriorityFlag
impl From<GsmCbs> for PriorityFlag
Source§fn from(value: GsmCbs) -> PriorityFlag
fn from(value: GsmCbs) -> PriorityFlag
Converts to this type from the input type.
Source§impl From<GsmCbs> for PriorityFlagType
impl From<GsmCbs> for PriorityFlagType
Source§fn from(value: GsmCbs) -> PriorityFlagType
fn from(value: GsmCbs) -> PriorityFlagType
Converts to this type from the input type.
Source§impl Ord for GsmCbs
impl Ord for GsmCbs
Source§impl PartialOrd for GsmCbs
impl PartialOrd for GsmCbs
impl Copy for GsmCbs
impl Eq for GsmCbs
impl StructuralPartialEq for GsmCbs
Auto Trait Implementations§
impl Freeze for GsmCbs
impl RefUnwindSafe for GsmCbs
impl Send for GsmCbs
impl Sync for GsmCbs
impl Unpin for GsmCbs
impl UnwindSafe for GsmCbs
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)