#[repr(C)]pub struct wmSnapshot {
pub MethodID: ULONG,
pub How: SnapHow,
}Fields§
§MethodID: ULONG§How: SnapHowTrait Implementations§
Source§impl Clone for wmSnapshot
impl Clone for wmSnapshot
Source§fn clone(&self) -> wmSnapshot
fn clone(&self) -> wmSnapshot
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 moreimpl Copy for wmSnapshot
Auto Trait Implementations§
impl Freeze for wmSnapshot
impl RefUnwindSafe for wmSnapshot
impl Send for wmSnapshot
impl Sync for wmSnapshot
impl Unpin for wmSnapshot
impl UnsafeUnpin for wmSnapshot
impl UnwindSafe for wmSnapshot
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