pub struct IfCondResponse {
pub raw: u32,
}Expand description
R7: Interface condition response
Fields§
§raw: u32Implementations§
Trait Implementations§
Source§impl Clone for IfCondResponse
impl Clone for IfCondResponse
Source§fn clone(&self) -> IfCondResponse
fn clone(&self) -> IfCondResponse
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 IfCondResponse
impl Debug for IfCondResponse
impl Copy for IfCondResponse
Auto Trait Implementations§
impl Freeze for IfCondResponse
impl RefUnwindSafe for IfCondResponse
impl Send for IfCondResponse
impl Sync for IfCondResponse
impl Unpin for IfCondResponse
impl UnsafeUnpin for IfCondResponse
impl UnwindSafe for IfCondResponse
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