#[repr(C)]pub struct Jpeg2000TgtNode {
pub val: u8,
pub vis: u8,
pub parent: *mut Jpeg2000TgtNode,
}
Fields§
§val: u8
§vis: u8
§parent: *mut Jpeg2000TgtNode
Trait Implementations§
Source§impl Clone for Jpeg2000TgtNode
impl Clone for Jpeg2000TgtNode
Source§fn clone(&self) -> Jpeg2000TgtNode
fn clone(&self) -> Jpeg2000TgtNode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Jpeg2000TgtNode
impl Debug for Jpeg2000TgtNode
impl Copy for Jpeg2000TgtNode
Auto Trait Implementations§
impl Freeze for Jpeg2000TgtNode
impl RefUnwindSafe for Jpeg2000TgtNode
impl !Send for Jpeg2000TgtNode
impl !Sync for Jpeg2000TgtNode
impl Unpin for Jpeg2000TgtNode
impl UnwindSafe for Jpeg2000TgtNode
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