pub struct TouchBarGroupOptions { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TouchBarGroupOptions
impl Clone for TouchBarGroupOptions
Source§fn clone(&self) -> TouchBarGroupOptions
fn clone(&self) -> TouchBarGroupOptions
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 TouchBarGroupOptions
impl Debug for TouchBarGroupOptions
impl Eq for TouchBarGroupOptions
Source§impl From<TouchBarGroupOptions> for JsValue
impl From<TouchBarGroupOptions> for JsValue
Source§fn from(value: TouchBarGroupOptions) -> Self
fn from(value: TouchBarGroupOptions) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for TouchBarGroupOptions
impl FromWasmAbi for TouchBarGroupOptions
Source§impl IntoWasmAbi for TouchBarGroupOptions
impl IntoWasmAbi for TouchBarGroupOptions
Source§impl LongRefFromWasmAbi for TouchBarGroupOptions
impl LongRefFromWasmAbi for TouchBarGroupOptions
Source§type Abi = WasmPtr<WasmRefCell<TouchBarGroupOptions>>
type Abi = WasmPtr<WasmRefCell<TouchBarGroupOptions>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRef<TouchBarGroupOptions>
type Anchor = RcRef<TouchBarGroupOptions>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn long_ref_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiSource§impl PartialEq for TouchBarGroupOptions
impl PartialEq for TouchBarGroupOptions
Source§fn eq(&self, other: &TouchBarGroupOptions) -> bool
fn eq(&self, other: &TouchBarGroupOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RefFromWasmAbi for TouchBarGroupOptions
impl RefFromWasmAbi for TouchBarGroupOptions
Source§type Abi = WasmPtr<WasmRefCell<TouchBarGroupOptions>>
type Abi = WasmPtr<WasmRefCell<TouchBarGroupOptions>>
The Wasm ABI type references to
Self are recovered from.Source§type Anchor = RcRef<TouchBarGroupOptions>
type Anchor = RcRef<TouchBarGroupOptions>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl RefMutFromWasmAbi for TouchBarGroupOptions
impl RefMutFromWasmAbi for TouchBarGroupOptions
Source§type Abi = WasmPtr<WasmRefCell<TouchBarGroupOptions>>
type Abi = WasmPtr<WasmRefCell<TouchBarGroupOptions>>
Same as
RefFromWasmAbi::AbiSource§type Anchor = RcRefMut<TouchBarGroupOptions>
type Anchor = RcRefMut<TouchBarGroupOptions>
Same as
RefFromWasmAbi::AnchorSource§unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
unsafe fn ref_mut_from_abi(js: Self::Abi) -> Self::Anchor
Same as
RefFromWasmAbi::ref_from_abiimpl StructuralPartialEq for TouchBarGroupOptions
impl SupportsConstructor for TouchBarGroupOptions
impl SupportsInstanceProperty for TouchBarGroupOptions
impl SupportsStaticProperty for TouchBarGroupOptions
Source§impl VectorFromWasmAbi for TouchBarGroupOptions
impl VectorFromWasmAbi for TouchBarGroupOptions
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[TouchBarGroupOptions]>
Source§impl VectorIntoWasmAbi for TouchBarGroupOptions
impl VectorIntoWasmAbi for TouchBarGroupOptions
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[TouchBarGroupOptions]>) -> Self::Abi
Source§impl WasmDescribeVector for TouchBarGroupOptions
impl WasmDescribeVector for TouchBarGroupOptions
Auto Trait Implementations§
impl Freeze for TouchBarGroupOptions
impl RefUnwindSafe for TouchBarGroupOptions
impl Send for TouchBarGroupOptions
impl Sync for TouchBarGroupOptions
impl Unpin for TouchBarGroupOptions
impl UnsafeUnpin for TouchBarGroupOptions
impl UnwindSafe for TouchBarGroupOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.