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