Struct WS_ENUM_VALUE
#[repr(C)]pub struct WS_ENUM_VALUE {
pub value: i32,
pub name: *mut WS_XML_STRING,
}
Fields§
§value: i32
§name: *mut WS_XML_STRING
Trait Implementations§
§impl Clone for WS_ENUM_VALUE
impl Clone for WS_ENUM_VALUE
§fn clone(&self) -> WS_ENUM_VALUE
fn clone(&self) -> WS_ENUM_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_ENUM_VALUE
Auto Trait Implementations§
impl Freeze for WS_ENUM_VALUE
impl RefUnwindSafe for WS_ENUM_VALUE
impl !Send for WS_ENUM_VALUE
impl !Sync for WS_ENUM_VALUE
impl Unpin for WS_ENUM_VALUE
impl UnwindSafe for WS_ENUM_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