#[repr(C)]pub struct OstreeSysroot { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for OstreeSysroot
impl RefUnwindSafe for OstreeSysroot
impl !Send for OstreeSysroot
impl !Sync for OstreeSysroot
impl !Unpin for OstreeSysroot
impl UnwindSafe for OstreeSysroot
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