pub struct OptionsTemplateScopeField {
pub field_type_number: u16,
pub field_type: ScopeFieldType,
pub field_length: u16,
}Expand description
Options Scope Fields
Fields§
§field_type_number: u16§field_type: ScopeFieldType§field_length: u16Trait Implementations§
source§impl Clone for OptionsTemplateScopeField
impl Clone for OptionsTemplateScopeField
source§fn clone(&self) -> OptionsTemplateScopeField
fn clone(&self) -> OptionsTemplateScopeField
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 OptionsTemplateScopeField
impl Debug for OptionsTemplateScopeField
source§impl<'nom> Parse<&'nom [u8]> for OptionsTemplateScopeField
impl<'nom> Parse<&'nom [u8]> for OptionsTemplateScopeField
source§impl PartialEq for OptionsTemplateScopeField
impl PartialEq for OptionsTemplateScopeField
source§fn eq(&self, other: &OptionsTemplateScopeField) -> bool
fn eq(&self, other: &OptionsTemplateScopeField) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for OptionsTemplateScopeField
Auto Trait Implementations§
impl Freeze for OptionsTemplateScopeField
impl RefUnwindSafe for OptionsTemplateScopeField
impl Send for OptionsTemplateScopeField
impl Sync for OptionsTemplateScopeField
impl Unpin for OptionsTemplateScopeField
impl UnwindSafe for OptionsTemplateScopeField
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