pub struct ShiftedDegree24;
Implementations§
Source§impl ShiftedDegree24
impl ShiftedDegree24
pub const METADATA: &'static str = "{\n \"checksum\": \"504f938c9f9a11816bd5448f05bac37a82f21f737b0101b79a13506b2f99be37\",\n \"size\": 805306376\n}"
pub fn load_bytes() -> Result<Vec<u8>, ParameterError>
Auto Trait Implementations§
impl Freeze for ShiftedDegree24
impl RefUnwindSafe for ShiftedDegree24
impl Send for ShiftedDegree24
impl Sync for ShiftedDegree24
impl Unpin for ShiftedDegree24
impl UnwindSafe for ShiftedDegree24
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