Struct ginger_shared_rs::SampleStruct
source · pub struct SampleStruct {
pub var: String,
}Fields§
§var: StringAuto Trait Implementations§
impl Freeze for SampleStruct
impl RefUnwindSafe for SampleStruct
impl Send for SampleStruct
impl Sync for SampleStruct
impl Unpin for SampleStruct
impl UnwindSafe for SampleStruct
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