Struct GpPath
#[repr(C)]pub struct GpPath(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpPath
impl RefUnwindSafe for GpPath
impl Send for GpPath
impl Sync for GpPath
impl Unpin for GpPath
impl UnwindSafe for GpPath
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