#[repr(C)]pub struct Relay_Modes {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl ClassIdentity for Relay_Modes
impl ClassIdentity for Relay_Modes
Source§impl Clone for Relay_Modes
impl Clone for Relay_Modes
Source§fn clone(&self) -> Relay_Modes
fn clone(&self) -> Relay_Modes
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Relay_Modes
impl Debug for Relay_Modes
Source§impl PartialEq for Relay_Modes
impl PartialEq for Relay_Modes
impl Copy for Relay_Modes
impl Eq for Relay_Modes
impl StructuralPartialEq for Relay_Modes
Auto Trait Implementations§
impl Freeze for Relay_Modes
impl RefUnwindSafe for Relay_Modes
impl Send for Relay_Modes
impl Sync for Relay_Modes
impl Unpin for Relay_Modes
impl UnwindSafe for Relay_Modes
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)