Struct RM_REBOOT_REASON
#[repr(transparent)]pub struct RM_REBOOT_REASON(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for RM_REBOOT_REASON
impl Clone for RM_REBOOT_REASON
§fn clone(&self) -> RM_REBOOT_REASON
fn clone(&self) -> RM_REBOOT_REASON
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 more§impl Debug for RM_REBOOT_REASON
impl Debug for RM_REBOOT_REASON
§impl Default for RM_REBOOT_REASON
impl Default for RM_REBOOT_REASON
§fn default() -> RM_REBOOT_REASON
fn default() -> RM_REBOOT_REASON
Returns the “default value” for a type. Read more
§impl PartialEq for RM_REBOOT_REASON
impl PartialEq for RM_REBOOT_REASON
impl Copy for RM_REBOOT_REASON
impl Eq for RM_REBOOT_REASON
impl StructuralPartialEq for RM_REBOOT_REASON
Auto Trait Implementations§
impl Freeze for RM_REBOOT_REASON
impl RefUnwindSafe for RM_REBOOT_REASON
impl Send for RM_REBOOT_REASON
impl Sync for RM_REBOOT_REASON
impl Unpin for RM_REBOOT_REASON
impl UnwindSafe for RM_REBOOT_REASON
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