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