pub struct InformationLayers {
pub layer_1: LayersPresenceApplicability,
pub layer_2: LayersPresenceApplicability,
pub layer_3: LayersPresenceApplicability,
pub layer_4: LayersPresenceApplicability,
pub layer_5: LayersPresenceApplicability,
pub layer_6: LayersPresenceApplicability,
pub layer_7: LayersPresenceApplicability,
}Expand description
6.2.45 Information Layers record
Fields§
§layer_1: LayersPresenceApplicability§layer_2: LayersPresenceApplicability§layer_3: LayersPresenceApplicability§layer_4: LayersPresenceApplicability§layer_5: LayersPresenceApplicability§layer_6: LayersPresenceApplicability§layer_7: LayersPresenceApplicabilityImplementations§
Source§impl InformationLayers
impl InformationLayers
pub fn builder() -> InformationLayersBuilder
Trait Implementations§
Source§impl Clone for InformationLayers
impl Clone for InformationLayers
Source§fn clone(&self) -> InformationLayers
fn clone(&self) -> InformationLayers
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 InformationLayers
impl Debug for InformationLayers
Source§impl Default for InformationLayers
impl Default for InformationLayers
Source§fn default() -> InformationLayers
fn default() -> InformationLayers
Returns the “default value” for a type. Read more
Source§impl From<&InformationLayers> for u8
impl From<&InformationLayers> for u8
Source§fn from(value: &InformationLayers) -> Self
fn from(value: &InformationLayers) -> Self
Converts to this type from the input type.
Source§impl From<u8> for InformationLayers
impl From<u8> for InformationLayers
Source§impl PartialEq for InformationLayers
impl PartialEq for InformationLayers
impl Copy for InformationLayers
impl StructuralPartialEq for InformationLayers
Auto Trait Implementations§
impl Freeze for InformationLayers
impl RefUnwindSafe for InformationLayers
impl Send for InformationLayers
impl Sync for InformationLayers
impl Unpin for InformationLayers
impl UnwindSafe for InformationLayers
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