#[repr(C)]pub struct decode {
pub branch: [*mut decode; 2],
pub leaf: c_int,
}Fields§
§branch: [*mut decode; 2]§leaf: c_intTrait Implementations§
impl Copy for decode
impl Eq for decode
impl StructuralPartialEq for decode
Auto Trait Implementations§
impl !Send for decode
impl !Sync for decode
impl Freeze for decode
impl RefUnwindSafe for decode
impl Unpin for decode
impl UnsafeUnpin for decode
impl UnwindSafe for decode
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