struct ProfilePattern {
profile: Profile,
profile_idc: u8,
iop: ProfileIopPattern,
}Expand description
one accepted RFC 6184 profile-equivalence row
a row maps one concrete profile_idc family and one wildcarded
profile-iop bit pattern to the normalized Profile used by
negotiation
Fields§
§profile: Profile§profile_idc: u8§iop: ProfileIopPatternImplementations§
Trait Implementations§
Source§impl Clone for ProfilePattern
impl Clone for ProfilePattern
Source§fn clone(&self) -> ProfilePattern
fn clone(&self) -> ProfilePattern
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 moreimpl Copy for ProfilePattern
Auto Trait Implementations§
impl Freeze for ProfilePattern
impl RefUnwindSafe for ProfilePattern
impl Send for ProfilePattern
impl Sync for ProfilePattern
impl Unpin for ProfilePattern
impl UnsafeUnpin for ProfilePattern
impl UnwindSafe for ProfilePattern
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