Struct libhelium_sys::HeDisclosureButtonClass
source · #[repr(C)]pub struct HeDisclosureButtonClass {
pub parent_class: HeButtonClass,
}Fields§
§parent_class: HeButtonClassTrait Implementations§
source§impl Clone for HeDisclosureButtonClass
impl Clone for HeDisclosureButtonClass
source§fn clone(&self) -> HeDisclosureButtonClass
fn clone(&self) -> HeDisclosureButtonClass
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 moresource§impl Debug for HeDisclosureButtonClass
impl Debug for HeDisclosureButtonClass
impl Copy for HeDisclosureButtonClass
Auto Trait Implementations§
impl Freeze for HeDisclosureButtonClass
impl RefUnwindSafe for HeDisclosureButtonClass
impl !Send for HeDisclosureButtonClass
impl !Sync for HeDisclosureButtonClass
impl Unpin for HeDisclosureButtonClass
impl UnwindSafe for HeDisclosureButtonClass
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