#[repr(C)]pub struct PropertyState { /* private fields */ }
Trait Implementations§
Source§impl AsMut<PropertyState> for nk_property_state
impl AsMut<PropertyState> for nk_property_state
Source§fn as_mut(&mut self) -> &mut PropertyState
fn as_mut(&mut self) -> &mut PropertyState
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<nk_property_state> for PropertyState
impl AsMut<nk_property_state> for PropertyState
Source§fn as_mut(&mut self) -> &mut nk_property_state
fn as_mut(&mut self) -> &mut nk_property_state
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<PropertyState> for nk_property_state
impl AsRef<PropertyState> for nk_property_state
Source§fn as_ref(&self) -> &PropertyState
fn as_ref(&self) -> &PropertyState
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<nk_property_state> for PropertyState
impl AsRef<nk_property_state> for PropertyState
Source§fn as_ref(&self) -> &nk_property_state
fn as_ref(&self) -> &nk_property_state
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for PropertyState
impl RefUnwindSafe for PropertyState
impl Send for PropertyState
impl Sync for PropertyState
impl Unpin for PropertyState
impl UnwindSafe for PropertyState
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