#[repr(C)]pub struct tm_window_platform_data_macosx_o {
pub nswindow: *mut c_void,
}Fields§
§nswindow: *mut c_voidTrait Implementations§
Source§impl Clone for tm_window_platform_data_macosx_o
impl Clone for tm_window_platform_data_macosx_o
Source§fn clone(&self) -> tm_window_platform_data_macosx_o
fn clone(&self) -> tm_window_platform_data_macosx_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_macosx_o
Auto Trait Implementations§
impl Freeze for tm_window_platform_data_macosx_o
impl RefUnwindSafe for tm_window_platform_data_macosx_o
impl !Send for tm_window_platform_data_macosx_o
impl !Sync for tm_window_platform_data_macosx_o
impl Unpin for tm_window_platform_data_macosx_o
impl UnwindSafe for tm_window_platform_data_macosx_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