pub struct CustomButton {
pub result: u16,
pub text: U16CString,
}Available on Windows only.
Fields§
§result: u16§text: U16CStringImplementations§
Trait Implementations§
Source§impl Clone for CustomButton
impl Clone for CustomButton
Source§fn clone(&self) -> CustomButton
fn clone(&self) -> CustomButton
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 CustomButton
impl Debug for CustomButton
impl Eq for CustomButton
Source§impl PartialEq for CustomButton
impl PartialEq for CustomButton
impl StructuralPartialEq for CustomButton
Auto Trait Implementations§
impl Freeze for CustomButton
impl RefUnwindSafe for CustomButton
impl Send for CustomButton
impl Sync for CustomButton
impl Unpin for CustomButton
impl UnsafeUnpin for CustomButton
impl UnwindSafe for CustomButton
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