Struct WS_DEFAULT_VALUE
#[repr(C)]pub struct WS_DEFAULT_VALUE {
pub value: *mut c_void,
pub valueSize: u32,
}
Fields§
§value: *mut c_void
§valueSize: u32
Trait Implementations§
§impl Clone for WS_DEFAULT_VALUE
impl Clone for WS_DEFAULT_VALUE
§fn clone(&self) -> WS_DEFAULT_VALUE
fn clone(&self) -> WS_DEFAULT_VALUE
Returns a copy 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 WS_DEFAULT_VALUE
Auto Trait Implementations§
impl Freeze for WS_DEFAULT_VALUE
impl RefUnwindSafe for WS_DEFAULT_VALUE
impl !Send for WS_DEFAULT_VALUE
impl !Sync for WS_DEFAULT_VALUE
impl Unpin for WS_DEFAULT_VALUE
impl UnwindSafe for WS_DEFAULT_VALUE
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