#[repr(i32)]pub enum tagURLTEMPLATE {
URLTEMPLATE_CUSTOM = 0,
URLTEMPLATE_PREDEFINED_MIN = 65_536,
URLTEMPLATE_MEDLOW = 66_816,
URLTEMPLATE_MEDIUM = 69_632,
URLTEMPLATE_MEDHIGH = 70_912,
URLTEMPLATE_HIGH = 73_728,
URLTEMPLATE_PREDEFINED_MAX = 131_072,
}Variants§
URLTEMPLATE_CUSTOM = 0
URLTEMPLATE_PREDEFINED_MIN = 65_536
URLTEMPLATE_MEDLOW = 66_816
URLTEMPLATE_MEDIUM = 69_632
URLTEMPLATE_MEDHIGH = 70_912
URLTEMPLATE_HIGH = 73_728
URLTEMPLATE_PREDEFINED_MAX = 131_072
Implementations§
Source§impl tagURLTEMPLATE
impl tagURLTEMPLATE
pub const URLTEMPLATE_LOW: tagURLTEMPLATE = tagURLTEMPLATE::URLTEMPLATE_PREDEFINED_MIN
Trait Implementations§
Source§impl Clone for tagURLTEMPLATE
impl Clone for tagURLTEMPLATE
Source§fn clone(&self) -> tagURLTEMPLATE
fn clone(&self) -> tagURLTEMPLATE
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 tagURLTEMPLATE
impl Debug for tagURLTEMPLATE
Source§impl Hash for tagURLTEMPLATE
impl Hash for tagURLTEMPLATE
Source§impl PartialEq for tagURLTEMPLATE
impl PartialEq for tagURLTEMPLATE
impl Copy for tagURLTEMPLATE
impl Eq for tagURLTEMPLATE
impl StructuralPartialEq for tagURLTEMPLATE
Auto Trait Implementations§
impl Freeze for tagURLTEMPLATE
impl RefUnwindSafe for tagURLTEMPLATE
impl Send for tagURLTEMPLATE
impl Sync for tagURLTEMPLATE
impl Unpin for tagURLTEMPLATE
impl UnwindSafe for tagURLTEMPLATE
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