#[repr(C, packed(1))]pub struct evt_link_supervision_timeout_changed {
pub handle: u16,
pub timeout: u16,
}Fields§
§handle: u16§timeout: u16Trait Implementations§
Source§impl Clone for evt_link_supervision_timeout_changed
impl Clone for evt_link_supervision_timeout_changed
Source§fn clone(&self) -> evt_link_supervision_timeout_changed
fn clone(&self) -> evt_link_supervision_timeout_changed
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 moreimpl Copy for evt_link_supervision_timeout_changed
Auto Trait Implementations§
impl Freeze for evt_link_supervision_timeout_changed
impl RefUnwindSafe for evt_link_supervision_timeout_changed
impl Send for evt_link_supervision_timeout_changed
impl Sync for evt_link_supervision_timeout_changed
impl Unpin for evt_link_supervision_timeout_changed
impl UnwindSafe for evt_link_supervision_timeout_changed
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