Struct flipperzero_sys::_rand48
source · [−]#[repr(C)]pub struct _rand48 {
pub _seed: [c_ushort; 3],
pub _mult: [c_ushort; 3],
pub _add: c_ushort,
}Fields
_seed: [c_ushort; 3]_mult: [c_ushort; 3]_add: c_ushortTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _rand48
impl Send for _rand48
impl Sync for _rand48
impl Unpin for _rand48
impl UnwindSafe for _rand48
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more