pub struct Borrow {
pub id: ResourceId,
pub is_exclusive: bool,
}Expand description
Describes borrowing of system resources at runtime. For internal use, mostly.
Fields
id: ResourceIdis_exclusive: boolImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Borrow
impl Send for Borrow
impl Sync for Borrow
impl Unpin for Borrow
impl UnwindSafe for Borrow
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more