pub struct Variabel {
pub size: u64,
pub name: String,
/* private fields */
}Expand description
The Variabel struct is the handler for variables
Fields§
§size: u64§name: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Variabel
impl RefUnwindSafe for Variabel
impl Send for Variabel
impl Sync for Variabel
impl Unpin for Variabel
impl UnwindSafe for Variabel
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