#[repr(C)]pub struct tm_window_platform_data_o {
pub __bindgen_anon_1: tm_window_platform_data_o__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: tm_window_platform_data_o__bindgen_ty_1Trait Implementations§
Source§impl Clone for tm_window_platform_data_o
impl Clone for tm_window_platform_data_o
Source§fn clone(&self) -> tm_window_platform_data_o
fn clone(&self) -> tm_window_platform_data_o
Returns a duplicate 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 moreimpl Copy for tm_window_platform_data_o
Auto Trait Implementations§
impl Freeze for tm_window_platform_data_o
impl RefUnwindSafe for tm_window_platform_data_o
impl !Send for tm_window_platform_data_o
impl !Sync for tm_window_platform_data_o
impl Unpin for tm_window_platform_data_o
impl UnwindSafe for tm_window_platform_data_o
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