pub struct NetworkChangeNotify {
pub cells: Vec<NetworkChangeCell>,
}Expand description
network_change_notify body (Table 149, §6.4.9). The two-level cell/change loop is unfolded.
Fields§
§cells: Vec<NetworkChangeCell>Per-cell change lists.
Trait Implementations§
Source§impl Clone for NetworkChangeNotify
impl Clone for NetworkChangeNotify
Source§fn clone(&self) -> NetworkChangeNotify
fn clone(&self) -> NetworkChangeNotify
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NetworkChangeNotify
impl Debug for NetworkChangeNotify
impl Eq for NetworkChangeNotify
Source§impl<'a> ExtensionBodyDef<'a> for NetworkChangeNotify
impl<'a> ExtensionBodyDef<'a> for NetworkChangeNotify
Source§impl<'a> Parse<'a> for NetworkChangeNotify
impl<'a> Parse<'a> for NetworkChangeNotify
Source§impl PartialEq for NetworkChangeNotify
impl PartialEq for NetworkChangeNotify
Source§fn eq(&self, other: &NetworkChangeNotify) -> bool
fn eq(&self, other: &NetworkChangeNotify) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NetworkChangeNotify
impl Serialize for NetworkChangeNotify
Source§impl Serialize for NetworkChangeNotify
impl Serialize for NetworkChangeNotify
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for NetworkChangeNotify
Auto Trait Implementations§
impl Freeze for NetworkChangeNotify
impl RefUnwindSafe for NetworkChangeNotify
impl Send for NetworkChangeNotify
impl Sync for NetworkChangeNotify
impl Unpin for NetworkChangeNotify
impl UnsafeUnpin for NetworkChangeNotify
impl UnwindSafe for NetworkChangeNotify
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