#[repr(C)]pub struct SXNET_st {
pub version: *mut asn1_string_st,
pub ids: *mut stack_st_SXNETID,
}
Fields§
§version: *mut asn1_string_st
§ids: *mut stack_st_SXNETID
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SXNET_st
impl RefUnwindSafe for SXNET_st
impl !Send for SXNET_st
impl !Sync for SXNET_st
impl Unpin for SXNET_st
impl UnwindSafe for SXNET_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