#[repr(C)]pub struct sc_path {
pub value: [u8; 16],
pub len: size_t,
pub index: c_int,
pub count: c_int,
pub type_: c_int,
pub aid: sc_aid,
}
Fields§
§value: [u8; 16]
§len: size_t
§index: c_int
§count: c_int
§type_: c_int
§aid: sc_aid
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sc_path
impl RefUnwindSafe for sc_path
impl Send for sc_path
impl Sync for sc_path
impl Unpin for sc_path
impl UnwindSafe for sc_path
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