#[repr(C, packed(2))]pub struct CSource {
pub CS_Buffer: STRPTR,
pub CS_Length: LONG,
pub CS_CurChr: LONG,
}Fields§
§CS_Buffer: STRPTR§CS_Length: LONG§CS_CurChr: LONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for CSource
impl RefUnwindSafe for CSource
impl !Send for CSource
impl !Sync for CSource
impl Unpin for CSource
impl UnwindSafe for CSource
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