pub struct ModeProp {
pub prop_id: PropertyId,
pub value: u64,
}
Fields§
§prop_id: PropertyId
§value: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModeProp
impl RefUnwindSafe for ModeProp
impl Send for ModeProp
impl Sync for ModeProp
impl Unpin for ModeProp
impl UnwindSafe for ModeProp
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