pub struct DebugObject;
Expand description
Symbol representing debugger output device.
Trait Implementations§
Source§impl Clone for DebugObject
impl Clone for DebugObject
Source§fn clone(&self) -> DebugObject
fn clone(&self) -> DebugObject
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DebugObject
impl Debug for DebugObject
Source§impl<'a> Parse<'a> for DebugObject
Grammar:
impl<'a> Parse<'a> for DebugObject
Grammar:
DebugObj := DebugOp
DebugOp := ExtOpPrefix 0x31
Source§fn parse<E: AMLParseError<'a>>(
i: ParserState<'a>,
) -> AMLParseResult<'a, Self, E>
fn parse<E: AMLParseError<'a>>( i: ParserState<'a>, ) -> AMLParseResult<'a, Self, E>
Try to parse an object of this type from the given input and state. Read more
Source§impl PartialEq for DebugObject
impl PartialEq for DebugObject
impl Copy for DebugObject
impl Eq for DebugObject
impl StructuralPartialEq for DebugObject
Auto Trait Implementations§
impl Freeze for DebugObject
impl RefUnwindSafe for DebugObject
impl Send for DebugObject
impl Sync for DebugObject
impl Unpin for DebugObject
impl UnwindSafe for DebugObject
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