#[repr(C)]pub struct SSLVersionRangeStr {
pub min: PRUint16,
pub max: PRUint16,
}
Fields§
§min: PRUint16
§max: PRUint16
Trait Implementations§
Source§impl Clone for SSLVersionRangeStr
impl Clone for SSLVersionRangeStr
Source§fn clone(&self) -> SSLVersionRangeStr
fn clone(&self) -> SSLVersionRangeStr
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 SSLVersionRangeStr
impl Debug for SSLVersionRangeStr
Source§impl PartialEq for SSLVersionRangeStr
impl PartialEq for SSLVersionRangeStr
impl Copy for SSLVersionRangeStr
impl Eq for SSLVersionRangeStr
impl StructuralPartialEq for SSLVersionRangeStr
Auto Trait Implementations§
impl Freeze for SSLVersionRangeStr
impl RefUnwindSafe for SSLVersionRangeStr
impl Send for SSLVersionRangeStr
impl Sync for SSLVersionRangeStr
impl Unpin for SSLVersionRangeStr
impl UnwindSafe for SSLVersionRangeStr
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