#[repr(C)]pub struct HubAccessoryRoom_ViewMode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl HubAccessoryRoom_ViewMode
impl HubAccessoryRoom_ViewMode
pub fn unit_select() -> Self
pub fn accessory_select() -> Self
pub fn preview() -> Self
Trait Implementations§
Source§impl Clone for HubAccessoryRoom_ViewMode
impl Clone for HubAccessoryRoom_ViewMode
Source§fn clone(&self) -> HubAccessoryRoom_ViewMode
fn clone(&self) -> HubAccessoryRoom_ViewMode
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 HubAccessoryRoom_ViewMode
impl Debug for HubAccessoryRoom_ViewMode
Source§impl PartialEq for HubAccessoryRoom_ViewMode
impl PartialEq for HubAccessoryRoom_ViewMode
impl Copy for HubAccessoryRoom_ViewMode
impl Eq for HubAccessoryRoom_ViewMode
impl StructuralPartialEq for HubAccessoryRoom_ViewMode
Auto Trait Implementations§
impl Freeze for HubAccessoryRoom_ViewMode
impl RefUnwindSafe for HubAccessoryRoom_ViewMode
impl Send for HubAccessoryRoom_ViewMode
impl Sync for HubAccessoryRoom_ViewMode
impl Unpin for HubAccessoryRoom_ViewMode
impl UnwindSafe for HubAccessoryRoom_ViewMode
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)