pub struct PropertySettings {
pub property_settings_list: Vec<PropertyAndSettingsPair>,
}
Expand description
Representation of a property settings constraint See: ITU-T X.680 (02/2021) 51.10
Fields§
§property_settings_list: Vec<PropertyAndSettingsPair>
Trait Implementations§
Source§impl Clone for PropertySettings
impl Clone for PropertySettings
Source§fn clone(&self) -> PropertySettings
fn clone(&self) -> PropertySettings
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 PropertySettings
impl Debug for PropertySettings
Source§impl PartialEq for PropertySettings
impl PartialEq for PropertySettings
impl StructuralPartialEq for PropertySettings
Auto Trait Implementations§
impl Freeze for PropertySettings
impl RefUnwindSafe for PropertySettings
impl Send for PropertySettings
impl Sync for PropertySettings
impl Unpin for PropertySettings
impl UnwindSafe for PropertySettings
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)