Struct NETWORK_NAME
#[repr(C)]pub struct NETWORK_NAME {
pub Name: FLAT_STRING,
}
Fields§
§Name: FLAT_STRING
Trait Implementations§
§impl Clone for NETWORK_NAME
impl Clone for NETWORK_NAME
§fn clone(&self) -> NETWORK_NAME
fn clone(&self) -> NETWORK_NAME
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 moreimpl Copy for NETWORK_NAME
Auto Trait Implementations§
impl Freeze for NETWORK_NAME
impl RefUnwindSafe for NETWORK_NAME
impl Send for NETWORK_NAME
impl Sync for NETWORK_NAME
impl Unpin for NETWORK_NAME
impl UnwindSafe for NETWORK_NAME
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