#[repr(C)]pub struct NLA_BLOB_u_s3 {
pub type_: NLA_CONNECTIVITY_TYPE,
pub internet: NLA_INTERNET,
}
Fields§
§type_: NLA_CONNECTIVITY_TYPE
§internet: NLA_INTERNET
Trait Implementations§
Source§impl Clone for NLA_BLOB_u_s3
impl Clone for NLA_BLOB_u_s3
Source§fn clone(&self) -> NLA_BLOB_u_s3
fn clone(&self) -> NLA_BLOB_u_s3
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 Default for NLA_BLOB_u_s3
impl Default for NLA_BLOB_u_s3
Source§fn default() -> NLA_BLOB_u_s3
fn default() -> NLA_BLOB_u_s3
Returns the “default value” for a type. Read more
impl Copy for NLA_BLOB_u_s3
Auto Trait Implementations§
impl Freeze for NLA_BLOB_u_s3
impl RefUnwindSafe for NLA_BLOB_u_s3
impl Send for NLA_BLOB_u_s3
impl Sync for NLA_BLOB_u_s3
impl Unpin for NLA_BLOB_u_s3
impl UnwindSafe for NLA_BLOB_u_s3
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