#[repr(C)]pub struct WindowObjectData {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for WindowObjectData
impl Clone for WindowObjectData
Source§fn clone(&self) -> WindowObjectData
fn clone(&self) -> WindowObjectData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WindowObjectData
impl Debug for WindowObjectData
Source§impl Default for WindowObjectData
impl Default for WindowObjectData
Source§fn default() -> WindowObjectData
fn default() -> WindowObjectData
Returns the “default value” for a type. Read more
impl Copy for WindowObjectData
Auto Trait Implementations§
impl Freeze for WindowObjectData
impl RefUnwindSafe for WindowObjectData
impl Send for WindowObjectData
impl Sync for WindowObjectData
impl Unpin for WindowObjectData
impl UnwindSafe for WindowObjectData
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